Disable All Advertising
Image
EAN-139780933014701   EAN-13 barcode 9780933014701
Product NameCochlear Implants: Principles and Practices
LanguageEnglish
CategoryBook / Magazine / Publication
Short DescriptionHardcover
Amazon.comA Buy on Amazon ~ 0781777496
SKUGD-079-80-5956905
Price New109.11 US Dollars    (curriencies)
Price Used26.53 US Dollars    (curriencies)
Width0.7 inches    (convert)
Height10.9 inches    (convert)
Length8.4 inches    (convert)
Weight35.2 ounces    (convert)
Page Count416
BindingHardcover
Published04/17/2009
FeaturesUsed Book in Good Condition
Long DescriptionThoroughly updated for its Second Edition, this book provides an in-depth discussion on prosthetic restoration of hearing via implantation. The text succinctly discusses the scientific principles behind cochlear implants, examines the latest technology, and offers practical advice on how to assess candidates, how to implant the devices, and what rehabilitation is most effective. The authors thoroughly examine the outcomes of cochlear implantation, the impact on the patient's quality of life, the benefits in relation to the costs, and the implications of cochlear implants for language and speech acquisition and childhood education.
Similar Items9780205275533: Learning American Sign Language: Levels I & Ii--Beginning & Intermediate (2nd Edition)
9781437709063: Imaging Of Pain: Expert Consult Online Features And Print, 1e (Expert Consult Title: Online + Print)
9781604068443: Pediatric Audiology: Diagnosis, Technology, And Management
9781604063639: Auditory Electrophysiology: A Clinical Guide
9781466502994: Probability Foundations For Engineers
9780471031635: Mathematics For Business Careers
9780130197498: Mathematics for Business Careers (5th Edition)
9780805853933: An Introduction To Auditory Processing Disorders In Children
9780285637900: Rebuilt
9781597564465: Cochlear Implant Patient Assessment: Evaluation Of Candidacy, Performance, And Outcomes (Core Clinical Concepts In Audiology)
9781597563727: Programming Cochlear Implants (Core Clincal Concepts In Audiology) (Core Clinical Concepts In Audiology)
9780618717606: Rebuilt: My Journey Back To The Hearing World
9781597560139: School Professionals Working With Children With Cochlear Implants
Created06-16-2012 1:05:00am
Modified05-01-2020 5:33:53am
MD5b358ca8fb4152da5f9c6077bd9d09151
SHA25610b15ba234bcc1295ece316ed0bb19b088a0022ae73c41c2d6dc93581d0c57b6
Search Googleby EAN or by Title
Query Time0.0249801

An article of interest

Making use of the tools we offer

Data feed access via Java

This is a basic implementation of a service that provides retrieval access to the EANData.com UPC web site. Its was coded to verify basic  proof-of-concept for development of another application and was not intended to provide be anything more than basic functionality in the retrieval  of UPC data from the EANData.com web site.

There are several places where simple code was left in place rather than using more advanced Java features/methods to allow for easier  understanding of junior developers. Not much time spent refactoring or cleaning up the code. It is provided as a starting point only.

It contains a Factory service that returns a service object configured using the UcpService.properties (see below) file found in the class path of  the executed code. The UpcQueryService can respond with an implementation of the UpcResponse and supporting interfaces or with an InputStream  allowing direct access to the response from the from the EANData.com web site.

JSR 353 is the Java API for JSON is currently under development (http://java.net/projects/json-processing-spec & http://java.net/projects/jsonp).  The several Java JSON implementations seemed to be more than I was wanting/needing so I wrote a basic parser to provide JSON parsing capability  needed. Its not perfect but is a good basic start.

Download the example source code

The UpcService.properties must be configured.

Url (Required)
provides the address used to query UPC data. The additional parameters are added to retrieve the requested information.

ApiKeyCode (Required)
Provided from EANData.com when your account is setup.

Mode (Required)
The manner in which the data will be retrieved from the EANData.com web site.
 
AutoRetrieveGraphics (Optional)
Boolean to indicate whether the graphics, when indicated by a Url, are to be automatically retrieved at the same time with the UPC data. Default is false. A factory method allows for the this property to be overridden at the time the UpcQueryService is created.