Disable All Advertising
Image
EAN-139780073256443   EAN-13 barcode 9780073256443
Product NameMedical Terminology Essentials: w/Student & Audio CD's and Flashcards (P.S. Health Occupations)
LanguageEnglish
CategoryBook / Magazine / Publication
Short DescriptionHeight:10.79 inches / Length:8.46 inches / Weight:2.97 pounds / Width:0.98 inches
Amazon.comA Buy on Amazon ~ 0073256447
SKUACOUK_BOOK_USEDVERYGOOD_0073256447
Price New99.96 US Dollars    (curriencies)
Price Used38.60 US Dollars    (curriencies)
Width1 inches    (convert)
Height10.8 inches    (convert)
Length8.5 inches    (convert)
Weight48.32 ounces    (convert)
AuthorNina Thierer, Lisa Breitbard
Page Count512
BindingPaperback
Published01/10/2006
Long DescriptionEssentials of Medical Terminology is a precise, completely up-to-date, student-oriented text that is ideal for the one-semester course in Medical Terminology. The text emphasizes real world applications of the vocabulary of medicine, and students will see current medical events reflected in this book. The main text is accompanied by an outstanding selection of supplementary learning resources. Essentials of Medical Terminology concentrates on just the key terms and concepts that can be taught in a half-year course. Its clean, uncluttered design keeps readers’ attention focused on learning these basic terms, and definitions are kept concise. The interactive Essentials of Medical Terminology Student CD-ROM, and Audio Program CD-ROMs (2-disk audio CD set), linked directly to the text and its selection of terms, are included with each copy of the text. They provide a powerful suite of learning tools geared to the diverse learning styles of today’s students. A Spanish-English Audio CD-ROM is also available for student purchase. The Student CD-ROM is set up by text chapter, and includes a variety of games and skill-building activities such as key terms with audio, flash cards, word building, multiple choice and true/false questions, matching, crossword puzzles, and a game called “That’s Epidemic”. A progress review component records and prints student progress reports. The CD-ROM is ideal for reviewing terms, for group activities, and for courses that have a self-study component.
Similar Items9787119059945: Chinese Acupuncture and Moxibustion (3rd Edition, 18th Printing, January 2017)
9781433805578: Mastering Apa Style: Student's Workbook And Training Guide
9780951054659: A Manual Of Acupuncture
9780312858292: A Manual Of Acupuncture
9780806963082: Chinese System Of Food Cures: Prevention & Remedies
9780805359107: Human Anatomy And Physiology
9780702052163: The Foundations of Chinese Medicine: A Comprehensive Text
9780312137489: The Curious Researcher (7th Edition)
9780205666119: The Curious Researcher (7th Edition)
9780205172870: The Curious Researcher (7th Edition)
9780135041376: Guide To Medical Billing (3rd Edition)
9780805359091: Human Anatomy & Physiology (7th Edition)
9781401833480: Forrest General Medical Center Advanced Medical Transcription Course
Created03-07-2013 3:31:12pm
Modified04-30-2020 3:27:07pm
MD5a00346db677fd6edb4b7542b19a33c90
SHA25643417d372d132f522b5e66a799013c8b16d748b65eaa1b60ae93b7bb488f5cf4
Search Googleby EAN or by Title
Query Time0.0343618

An article of interest

Making use of the tools we offer

Data Feed API v3 - Access and Data Layout

This describes how to use version 3.x of the data feed. Version 2.x of the feed is still supported. Version 1.x of the feed is no longer supported in any way.

IMPORTANT: Starting with version 3.2, we have a new property and a new way of dealing with product images. Read about it here.

Accessing the data requires your account to have an active data feed. This switch can be turned on or off on the data feed page. This is also where you will be able to view your KEYCODE which is required to make calls to the feed.

Main changes from version 2.x to 3.x include (but not limited to)...

Calls to the data feed are made via HTTP GET or HTTP POST requests. There are only a few required parameters when making a call.

Most other parameters are optional and they will alter the way data is returned to you and how your request is processed. You can also pass in your own values that you need carried through. Any parameter that the system doesn't recognize will be returned AS-IS in the status block. This can be handy in situations where you are pulling the data in an asyncronus manor and need extra information passed into your callback routine.

When performing a lookup...

When updating data...

When deleting data...

There are some special "get" operations that need no other parameters. You would not use "find" or "update" when using these. Only use the "keycode", "mode" and "get" for these items. These operations are important because many of our elements are data driven and that data changes over time. We normally don't remove attributes or categories but we do often add to the collection.

The returned data can come back in JSON or XML format. In either case the structure of the data is the same. Because it is easier to read, we will be using XML to demonstrate the layout of the result. Here is the data layout. Notice that this is a complex object and some elements have child elements and some elements may be arrays with repeating content.

The easiest way to get the feel of the data is to make several requests using your web browser and ask for the data in XML format. Although JSON is often easier to work with in code, the XML output is often easier for people to read because of the nice markup tags that wrap around each element and the web browser will usually do a nice job of indenting to make it clear which elements are stored within other elements.