A superb overview … each chapter is
well written and concise … provides a succinct summary of the clinical,
radiological, and pathological features of each tumor … a useful reference for
the treatment of pediatric central nervous system tumors. —
Journal of Neurosurgery
Tumors of the Pediatric Central
Nervous System, Second Edition, provides readers with both medical
management and surgical perspectives on the clinical, pathological, and
radiological diagnoses and treatment of pediatric CNS tumors. It includes
complete coverage of the latest diagnostic and management techniques,
state-of-the-art technologies, and trends in the surgical treatment of pediatric
tumors.
Highlights of the Second Edition:
- Contains 19 new
chapters on such topics as recent advances in the cytogenetics and molecular
biology of pediatric brain tumors, gangliogliomas and miscellaneous spinal cord
tumors in children, post-chemotherapy morbidity, and many
more - Addresses the important issues of long-term chronic treatment of
pediatric tumor patients and related outcome measures - Includes summary
boxes and tables that distill large amounts of information for quick
review - Written by editors and contributors who are world-renowned
experts in the field of pediatric neurosurgery and oncology
Neurosurgeons,
neurologists, oncologists, radiation oncologists, and pediatricians caring for
patients with tumors of the central nervous system will find this book to be an
essential resource that they will repeatedly consult as they strive to enhance
patient care.
P.when('DynamicIframe').execute(function(DynamicIframe){ var BookDescriptionIframe = null, bookDescEncodedData = "Praise%20for%20the%20first%20edition%3A%3CBR%3E%3CEM%3EA%20superb%20overview%20...%20each%20chapter%20is%20%3Cbr%3Ewell%20written%20and%20concise%20...%20provides%20a%20succinct%20summary%20of%20the%20clinical%2C%20%3Cbr%3Eradiological%2C%20and%20pathological%20features%20of%20each%20tumor%20...%20a%20useful%20reference%20for%20%3Cbr%3Ethe%20treatment%20of%20pediatric%20central%20nervous%20system%20tumors%3C%2FEM%3E.%20--%20%3Cbr%3E%3CSTRONG%3EJournal%20of%20Neurosurgery%3C%2FSTRONG%3E%3Cp%3E%3CEM%3ETumors%20of%20the%20Pediatric%20Central%20%3Cbr%3ENervous%20System%2C%20Second%20Edition%3C%2FEM%3E%2C%20provides%20readers%20with%20both%20medical%20%3Cbr%3Emanagement%20and%20surgical%20perspectives%20on%20the%20clinical%2C%20pathological%2C%20and%20%3Cbr%3Eradiological%20diagnoses%20and%20treatment%20of%20pediatric%20CNS%20tumors.%20It%20includes%20%3Cbr%3Ecomplete%20coverage%20of%20the%20latest%20diagnostic%20and%20management%20techniques%2C%20%3Cbr%3Estate-of-the-art%20technologies%2C%20and%20trends%20in%20the%20surgical%20treatment%20of%20pediatric%20%3Cbr%3Etumors.%3Cp%3EHighlights%20of%20the%20Second%20Edition%3A%3C%2Fp%3E%3Cul%3E%3Cli%3EContains%2019%20new%20%3Cbr%3Echapters%20on%20such%20topics%20as%20recent%20advances%20in%20the%20cytogenetics%20and%20molecular%20%3Cbr%3Ebiology%20of%20pediatric%20brain%20tumors%2C%20gangliogliomas%20and%20miscellaneous%20spinal%20cord%20%3Cbr%3Etumors%20in%20children%2C%20post-chemotherapy%20morbidity%2C%20and%20many%20%3Cbr%3Emore%3Cli%3EAddresses%20the%20important%20issues%20of%20long-term%20chronic%20treatment%20of%20%3Cbr%3Epediatric%20tumor%20patients%20and%20related%20outcome%20measures%3Cli%3EIncludes%20summary%20%3Cbr%3Eboxes%20and%20tables%20that%20distill%20large%20amounts%20of%20information%20for%20quick%20%3Cbr%3Ereview%3Cli%3EWritten%20by%20editors%20and%20contributors%20who%20are%20world-renowned%20%3Cbr%3Eexperts%20in%20the%20field%20of%20pediatric%20neurosurgery%20and%20oncology%3C%2Fli%3E%3C%2Ful%3E%3Cp%3ENeurosurgeons%2C%20%3Cbr%3Eneurologists%2C%20oncologists%2C%20radiation%20oncologists%2C%20and%20pediatricians%20caring%20for%20%3Cbr%3Epatients%20with%20tumors%20of%20the%20central%20nervous%20system%20will%20find%20this%20book%20to%20be%20an%20%3Cbr%3Eessential%20resource%20that%20they%20will%20repeatedly%20consult%20as%20they%20strive%20to%20enhance%20%3Cbr%3Epatient%20care.%20%3C%2Fp", bookDescriptionAvailableHeight, minBookDescriptionInitialHeight = 112, options = {}, iframeId = "bookDesc_iframe";
function resizeCallback() { P.guardFatal("bookDescription", function() { // Get the line-height of the iframe var iframe = document.getElementById(iframeId); var iframeDocument = iframe.contentDocument;
if (false && iframeDocument && iframeDocument.defaultView) { // Set the height to the number of lines specified var numLines = parseInt(0, 10);
// Get the line-height of the iframe var iframeContent = iframeDocument.getElementById("iframeContent");
// Compute the line height var lineHeight = iframeDocument.defaultView.getComputedStyle(iframeContent, null).getPropertyValue("line-height");
// Parse the line height lineHeight = parseFloat(lineHeight); bookDescriptionAvailableHeight = Math.round(lineHeight * numLines); } else { var bdOffsetTop = document.getElementById("bookDescription_feature_div").offsetTop; var imageBlockOffsetTop = document.getElementById("booksImageBlock_feature_div").offsetTop; var imageBlockHeight = document.getElementById("booksImageBlock_feature_div").offsetHeight; bookDescriptionAvailableHeight = imageBlockOffsetTop + imageBlockHeight -bdOffsetTop - 30; if(bookDescriptionAvailableHeight < minBookDescriptionInitialHeight) { bookDescriptionAvailableHeight = minBookDescriptionInitialHeight; } } var psTotalHeight = document.getElementById("postBodyPS").offsetHeight; if(psTotalHeight > bookDescriptionAvailableHeight + 30){ if(document.getElementById("bdSeeLessPrompt").style.display == "none"){ document.getElementById("outer_postBodyPS").style.height = bookDescriptionAvailableHeight + 'px'; document.getElementById("psPlaceHolder").style.display ="block"; document.getElementById("bdSeeAllPrompt").style.display ="block"; } else{ document.getElementById("outer_postBodyPS").style.height = psTotalHeight + 'px'; } } else{ document.getElementById("outer_postBodyPS").style.height = psTotalHeight + 'px'; document.getElementById("psPlaceHolder").style.display ="none"; document.getElementById("bdSeeAllPrompt").style.display ="block"; document.getElementById("bdSeeLessPrompt").style.display ="none"; document.getElementById("bdExpanderIcon").className = document.getElementById("bdExpanderIcon").className.replace("rotate",""); } })(); }
options.iframeId = iframeId; options.iframeWrapperId = "bookDesc_iframe_wrapper"; options.overriddenCSSId = "bookDesc_override_CSS"; options.encodedIframeContent = bookDescEncodedData; options.initialResizeCallback = resizeCallback;
BookDescriptionIframe = new DynamicIframe(options); P.guardFatal("bookDescription", function() { BookDescriptionIframe.createIframe(); }) ();
if ((typeof BookDescriptionIframe != 'undefined') && (BookDescriptionIframe instanceof DynamicIframe)) { P.when('jQuery').execute(function($) { $(window).resize(function() { P.guardFatal("bookDescription", function() { BookDescriptionIframe.resizeIframe(resizeCallback); }) (); });
$(window).bind('imageResize', function() { P.guardFatal("bookDescription", function() { BookDescriptionIframe.resizeIframe(resizeCallback); }) (); }); }); } });
An Amazon Very Important Book: "Ghosted"
Seven perfect days. Then he disappeared. A love story with a secret at its heart. Learn more