5.0 out of 5 stars
A Must for Anyone Interested in Clinical Informatics, October 10, 2011
This review is from: Methods in Medical Informatics: Fundamentals of Healthcare Programming in Perl, Python, and Ruby (Chapman & Hall/CRC Mathematical & Computational Biology) (Hardcover)
This review can also be found in the Journal of Pathology Informatics ([...]), an open access journal for the field of Pathology Informatics.
As subspecialty board certification in clinical informatics has finally become a reality, Jules Berman's book Methods in Medical Informatics could not be more timely. This well-written and informative text combines Dr. Berman's expertise in programming with his vast knowledge of publicly available data sets and everyday healthcare programming needs to result in a book which should, in the opinion of this reviewer, become a staple in health informatics education programs as well as a standard addition to the personal libraries of informaticists.
The book's title does not do justice to the wealth of information contained therein. While Python, Perl, and Ruby are certainly important components of the text as described below, the contents also house a huge amount of valuable information on publicly available data sets and how they can be accessed and used for medical discovery. Through parallel examples in Python, Perl, and Ruby, the reader is taken through sets of structured exercises, each of which includes a description of the problem or task, a human readable explanation of the script algorithm, script examples and analysis of the expected results. While this book was not intended for the novice programmer, the organization and structure of its content and explanation of the process behind the code easily facilitate a reader's ability to use the examples on his or her own computer with a minimum of background in each of the languages provided.
During the process of reviewing this book, the reviewer (who had never previously used any of these programming languages and who is a relative novice to code-writing) used the author's instructions to install the Python compiler. After some additional background reading in Python and its code construct from another source, several of the exercises in the book were tested using Python as the language of choice. As expected in any book containing programming code, versions of the programming languages used when writing a book are sometimes not the most recent stable version available for download by the reader at a later date. This appears to be more of an issue with open source programming languages because they are updated more frequently. The stable versions of Python available for download at the time of review were 2.7.2 and 3.2.2 (Perl is on version 5.14.2; Ruby is on version 1.9.2). The version of Python used in the book is 2.5 (Perl 5.8; Ruby 1.8). An example of a difference between these two versions of Python is a slightly change to the syntax for print statements, which led to some initial stalls in getting the examples to run correctly. However, this was a minor setback which was easily overcome and did not detract from rest of the book.
The book is split into four major parts and is supplemented by an epilogue and appendices. Part I on fundamental methods and algorithms covers basic computing functions such as string and image manipulation, including hash creation and text indexing. Part II on medical data resources walks the reader through a vast array of useful and publicly available data resources for research and discovery. These include but are not limited to the National Library of Medicine's Medical Subject Headings (MeSH), the Cancer Surveillance Epidemiology and End Results (SEER) Program, Online Mendelian Inheritance in Man (OMIM), PubMed, United States census files, Centers for Disease Control and Prevention (CDC) data sets and others. The reader is also introduced into an author-developed taxonomy of neoplasms. In Part III on primary tasks (i.e. fundamental scripts) for medical informatics, basic concept-indexing, scrubbing of patient identifiers from text reports, web page construction and common gateway interfaces are demonstrated as well as image annotation and use of extensible markup language (XML) and resource description framework (RDF) files. Part IV on medical discovery uses case studies to illustrate how these powerful programming techniques can enable researchers to discover information from publicly available data sets. Examples include extracting emphysema rates from CDC data, cancer epidemiological data from the SEER database and others.
The epilogue offers sage advice on how to successfully get involved in programming and informatics as a career, and the appendices have complete instructions on how to acquire all of the programming applications used in the book as well as publicly available data sets. Additional information on other publicly available files, data sets and utilities that were not covered in the examples are also included.
In conclusion, this book is for anyone who wants to learn more about medical informatics. The book contains beautifully simple examples of how to use publicly available programming languages to get a job done, and in addition opens the door to a host of incredibly useful data sets to many who may not have been aware of their existence. Both medical professionals with only peripheral knowledge of programming and nonmedical information technology professionals will find this book useful, and its structure is ideal for biomedical informatics classrooms and clinical informatics fellowships alike.
Alexis Carter, MD
Director of Pathology Informatics
Emory University
Atlanta, GA
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
5.0 out of 5 stars
Excellent resource for any healthcare worker with a special interest in Medical Informatics., March 6, 2011
This review is from: Methods in Medical Informatics: Fundamentals of Healthcare Programming in Perl, Python, and Ruby (Chapman & Hall/CRC Mathematical & Computational Biology) (Hardcover)
The book is addressed to healthcare workers (students, physicians or researchers) who have basic programming skills, and are interested to use these skills to help their patients, or to advance the medical science. The author includes in this work fundamental algorithms and methods of medical informatics with application to medical data sets, as well as step-by-step instruction and concrete examples. The script examples provided work both on Windows based PCs and on Macs and are excellent resources even for beginners who are not very familiarized with any of the three programming languages (Perl, Phyton or Ruby).
In addition, this book provides references to excellent public medical data resources, covers some of the computational methods of biomedical informatics, including autocoding, data scrubbing and data deidentification. The author also included examples of questions that biomedical scientists can address, in relation to medical data and open source programming language. He maintains a Website with updated resources related to all his published books.
In the context of a new era of medicine with widespread implementation of electronic medical records and electronic health records, this textbook is an invaluable resource.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
5.0 out of 5 stars
A very useful and practical book, March 6, 2011
This review is from: Methods in Medical Informatics: Fundamentals of Healthcare Programming in Perl, Python, and Ruby (Chapman & Hall/CRC Mathematical & Computational Biology) (Hardcover)
By using public data such as MeSH, ICD, OMIM, U.S. Census Files, etc, the author lists numerous small scripts to solve common Biomedical Informatics problems. Each script is explained by step-to-step script algorithm. Any Medical Informatician, even with limited programming skills, can easily understand the book contents and may apply the knowledge to solve similar problems in Biomedical domain. By avoiding language specific tricks, the book is especially useful for those who aren't familiar with or just heard of Perl, Python, and Ruby, but really want to try it out for potential use in their own Informatics practice.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No