Contexo Media  
   

 Browse our Catalog:
 
2008 Products -- Now 60% Off
 
2009 Big Discount Packages
 
2009 Products
 
ASCII Files
 
Coding Reference
 
CPT®
 
Crosswalks
 
DRG
 
Forms
 
HCPCS Level II
 
ICD-9-CM
 
Medicare
 
Practice Management
 
Product Updates
 
Software
 
Specialty
 
Webinars & Audio Conferences
 
Workshops & Boot Camps
 
All Titles
codingbooks.com


Taber's Cyclopedic Medical Dictionary

Taber's Cyclopedic Medical Dictionary

20th Edition
Item ID: TABCYC20
ISBN: 0-8036-1207-9
Publisher: F.A. Davis
Price: $38.95
Format: Hardcover

Availability Date: Backordered
 
 


Why Taber's 20th Edition?

Because for more than 65 years, Taber's has provided students and practitioners with the definitions and information they need to provide superior care for their patients:
  • 56,000 definitions – with 2,400 brand new to the 20th edition – almost 50% more than our nearest competitor
  • More than 6,000 revised terms
  • 700 superior illustrations – with more than 500 in full color
  • 100 more Patient Care sections  NEW!
  • Cautions statements added to almost 350 terms – bold and in a second color
  • New and revised appendices, including Nutrition, Complementary Medicine, and Appendix 13, which explains the roles of the Health Professions health care team members  NEW!
  • Improved placement of multi-word entries (for example, Chronic Obstructive Pulmonary disease and Irritable bowel syndrome are now listed in natural word order)  NEW!
  • Almost 30,000 pronunciations of new and current terms
  • More colorful interior design  NEW!
  • Easier to understand definitions  NEW!




Home | My Account | Login | Help | Security Policy | New Items | Specials | Clearance | Advanced Search | Shopping Cart | Checkout
Contexo Media. PO Box 25128 , Salt Lake City, UT 84125. 800-334-5724
© Copyright 2008 - Contexo Media. All rights reserved.
CPT® is a registered trademark of the American Medical Association
CPC® is a registered trademark of the American Academy of Professional Coders


Queries

MasterOptions (Records=1, Time=0ms)
SQL = 
select * from STORE

GetAlias (Records=0, Time=0ms)
SQL = 
select Merchant

		from ALIASES

		where Domain = 'www.codingbooks.com'

GetMerchant (Records=1, Time=0ms)
SQL = 
select Domain

			from MERCHANTS

			where Domain = 'www.codingbooks.com'

GetLogin (Records=1, Time=0ms)
SQL = 
SELECT Login,Password FROM MERCHANTS

        WHERE (Domain = 'www.codingbooks.com')

StoreOptions (Records=1, Time=0ms)
SQL = 
select *

		from STORE

CurrencyList (Records=1, Time=0ms)
SQL = 
SELECT *

		FROM CURRENCIES

GetMerchant (Records=1, Time=0ms)
SQL = 
select ID

		from MERCHANTS

		where Domain = 'www.codingbooks.com'

GetInstall (Records=1, Time=0ms)
SQL = 
select osbpath, cachepath

		from STORE

GetMerchant (Records=3, Time=0ms)
SQL = 
select *

	from MERCHANTS

	where ID = 2

UPGRADE (Records=1, Time=0ms)
SQL = 
SELECT versioninfo FROM STORE WHERE versioninfo = '3.0.8'

GetOrder (Records=0, Time=0ms)
SQL = 
select id from store where id != '1'

GetMaxItems (Records=1, Time=0ms)
SQL = 
SELECT MaxItems FROM MERCHANTS

        WHERE (Domain = 'www.codingbooks.com')

GetItemCount (Records=1, Time=0ms)
SQL = 
SELECT COUNT(ID) as TotalItems

		FROM ITEMS

		WHERE Active = 1

tempCustomer (Records=0, Time=0ms)
SQL = 
SELECT * FROM CUSTOMERS

GetSubcategories (Records=18, Time=15ms)
SQL = 
SELECT *

		FROM CATEGORIES

		WHERE MemberOf=0

		AND Active=1

		ORDER by sort ASC, ID

GetInstall (Records=1, Time=0ms)
SQL = 
select *

		from STORE

GetCatalogPage (Records=1, Time=0ms)
SQL = 
SELECT *

		FROM PAGES

		WHERE Name='Catalog'

GetButton (Records=1, Time=0ms)
SQL = 
SELECT *

		FROM BUTTONS

		WHERE ID=2

GetSearchPage (Records=1, Time=0ms)
SQL = 
SELECT *

		FROM PAGES

		WHERE Name='Search'

GetMessage (Records=1, Time=0ms)
SQL = 
SELECT *

		FROM MESSAGE

		WHERE ID=2

ItemToCart (Records=1, Time=0ms)
SQL = 
SELECT *

		FROM MESSAGE

		WHERE ID=12

ItemToWL (Records=1, Time=0ms)
SQL = 
SELECT *

		FROM MESSAGE

		WHERE name='IWM'

InventoryNotice (Records=1, Time=0ms)
SQL = 
SELECT *

		FROM MESSAGE

		WHERE ID=1

InvalidVariation (Records=1, Time=0ms)
SQL = 
SELECT *

		FROM MESSAGE

		WHERE ID=13

MoreInfo (Records=1, Time=16ms)
SQL = 
select *

		FROM BUTTONS

		where ID = 13

SpecButton (Records=1, Time=0ms)
SQL = 
select *

		FROM BUTTONS

		where ID = 21

GetAddButton (Records=1, Time=0ms)
SQL = 
select *

		FROM BUTTONS

		where ID = 1

GetWLButton (Records=1, Time=0ms)
SQL = 
select *

		FROM BUTTONS

		where ID = 30

GetQBButton (Records=1, Time=0ms)
SQL = 
select *

		FROM BUTTONS

		where ID = 33

GetURLButton (Records=1, Time=0ms)
SQL = 
select *

		FROM BUTTONS

		where ID = 13

GetVariationMethods (Records=43, Time=0ms)
SQL = 
select *

		from VARIATIONMETHODS

		where Active = 1

		order by Name

GetPriceResults (Records=0, Time=0ms)
SQL = 
select DISTINCT Item

		from PRICINGRULES

		where PricingMethod=0

		and Item = 975

GetVariationsResults (Records=0, Time=0ms)
SQL = 
select DISTINCT Item

		from VARIATIONRULES

		where Item = 975

GetDetailsPage (Records=1, Time=0ms)
SQL = 
SELECT *

		FROM PAGES

		WHERE Name='itemdetails'

GetItem (Records=1, Time=0ms)
SQL = 
select i.*, c.other1 as category_other1

	from Items i left join Categories c on i.category = c.[ID]

	where i.[ID] = 975

getItemQuantityAllocated (Records=1, Time=32ms)
SQL = 
SELECT COUNT(item) AS ItemCount, SUM(qty) 

			AS TotalOrdered

		FROM orderDetails

		WHERE item = '975' AND ID NOT IN

				(SELECT orderDetailID

			  FROM mmi_shipmentDetails)

GetBrand (Records=1, Time=0ms)
SQL = 
select Brand

		from BRANDS

		where ID = 31

		and Active = 1

GetUnit (Records=1, Time=0ms)
SQL = 
select Unit

		from UNITS

		where ID = 4

GetSubcategories (Records=18, Time=0ms)
SQL = 
SELECT *

		FROM CATEGORIES

		WHERE MemberOf=0

		AND Active=1

		ORDER by Category

GetFeatures (Records=0, Time=0ms)
SQL = 
select *

			from FEATURES

			where Item = 975

			order by sort

GetItemSpec (Records=0, Time=0ms)
SQL = 
select *

		from SPECS

		where Item = 975

getNewPage (Records=1, Time=0ms)
SQL = 
SELECT *

	FROM PAGES

	WHERE Name='new'

GetItem (Records=1, Time=0ms)
SQL = 
select * from ITEMS where Active = 1 and itemID = 'TABCYC20'

GetRelatedItemPage (Records=1, Time=0ms)
SQL = 
SELECT *

	FROM PAGES

	WHERE Name='related'

GetRelatedItems (Records=0, Time=0ms)
SQL = 
SELECT Item2

    FROM ITEMGROUPS

	WHERE Item1=975

	order by sort


Execution Time

157 milliseconds
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\ADJUST4MAC.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\ADJUST4WILDCARDS.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\ADMIN\UPGRADE.CFM
16 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\APPLICATION.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\FOOTER.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\FORMURL2ATTRIBUTES.CFM
30 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\GETITEMDATA.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\GETLAYOUT.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\HEADER.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\INCLUDES\CHECKMAXITEMS.CFM
31 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\INIT.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\ITEMACCESSAUTH.CFM
48 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\ITEMDETAILS.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\MERCHANTS\2\DETAILSINFO.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\MERCHANTS\2\FOOTERINFO_MEDICAL.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\MERCHANTS\2\HEADERINFO_MEDICAL.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\MERCHANTS\ADMIN\ADJUSTINVENTORYQUANTITY.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\MERCHANTS\ADMIN\ISNEWPRODUCT.CFM
32 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\MERCHANTS\ADMIN\QRY_GETITEMQUANTITYALLOCATED.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\MERCHANTS\ADMIN\RDS_UDFS.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\MERCHANTS\SHARED\QUERIES\QRY_GETITEM.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\MODULES\CUSTOMCODE.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\MODULES\EXPIRATION.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\MODULES\GETDSN.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\MODULES\MAIL_SERVER.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\MODULES\PLAIN_URL.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\MODULES\TOKENURL.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\RELATED.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\REVIEWS.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\SETTINGS.CFM
0 msC:\INETPUB\WWWROOT\OSB3\MA\OSB\SETTINGSINCLUDE.CFM
0 msSTARTUP, PARSING, & SHUTDOWN


Parameters
CGI Variables:

AUTH_PASSWORD=
AUTH_TYPE=
AUTH_USER=
CERT_COOKIE=
CERT_FLAGS=
CERT_ISSUER=
CERT_KEYSIZE=
CERT_SECRETKEYSIZE=
CERT_SERIALNUMBER=
CERT_SERVER_ISSUER=
CERT_SERVER_SUBJECT=
CERT_SUBJECT=
CF_TEMPLATE_PATH=C:\Inetpub\wwwroot\OSB3\ma\osb\itemdetails.cfm
CONTENT_LENGTH=0
CONTENT_TYPE=
GATEWAY_INTERFACE=CGI/1.1
HTTP_HOST=www.codingbooks.com
HTTP_REFERER=http://www.codingbooks.com/
HTTP_USER_AGENT=ColdFusion
HTTPS=off
HTTPS_KEYSIZE=
HTTPS_SECRETKEYSIZE=
HTTPS_SERVER_ISSUER=
HTTPS_SERVER_SUBJECT=
PATH_INFO=/osb/itemdetails.cfm/ID/975
PATH_TRANSLATED=C:\Inetpub\wwwroot\OSB3\ma\osb\itemdetails.cfm\ID\975
QUERY_STRING=
REMOTE_ADDR=10.15.1.90
REMOTE_HOST=10.15.1.90
REMOTE_USER=
REQUEST_METHOD=GET
SCRIPT_NAME=/osb/itemdetails.cfm
SERVER_NAME=www.codingbooks.com
SERVER_PORT=80
SERVER_PORT_SECURE=0
SERVER_PROTOCOL=HTTP/1.0
SERVER_SOFTWARE=Microsoft-IIS/6.0
WEB_SERVER_API=ISAPI