Practical Differential Diagnosis in CT and MRI is a one-stop resource for the differential diagnosis of common and rare radiologic findings and conditions in all regions of the body. For each finding and diagnosis, the book provides a complete list of differential diagnoses as well as the features that will help the clinician differentiate diseases with similar findings.
Highlights:
- Concise descriptions aid the identification of key
radiologic signs - Easy-to-use tables and bullet-point lists facilitate
rapid review of important information about findings, differentiating features,
and disease entities
This pocket-sized book is ideal for residents preparing for board examinations as well as for radiologists in practice.
P.when('DynamicIframe').execute(function(DynamicIframe){ var BookDescriptionIframe = null, bookDescEncodedData = "%3Cp%3E%3Cem%3EPractical%20Differential%20Diagnosis%20in%20CT%20and%20MRI%3C%2Fem%3E%20is%20a%20one-stop%20resource%20for%20the%20differential%20diagnosis%20of%20common%20and%20rare%20radiologic%20findings%20and%20conditions%20in%20all%20regions%20of%20the%20body.%20For%20each%20finding%20and%20diagnosis%2C%20the%20book%20provides%20a%20complete%20list%20of%20differential%20diagnoses%20as%20well%20as%20the%20features%20that%20will%20help%20the%20clinician%20differentiate%20diseases%20with%20similar%20findings.%3C%2Fp%3E%3Cbr%3E%3Cbr%3E%3Cp%3E%3Cstrong%3EHighlights%3A%3C%2Fstrong%3E%3C%2Fp%3E%3Cbr%3E%3Cul%3E%3Cbr%3E%3Cli%3EConcise%20descriptions%20aid%20the%20identification%20of%20key%20%3Cbr%3E%20radiologic%20signs%20%3Cbr%3E%20%3Cbr%3E%3Cli%3EEasy-to-use%20tables%20and%20bullet-point%20lists%20facilitate%20%3Cbr%3Erapid%20review%20of%20important%20information%20about%20findings%2C%20differentiating%20features%2C%20%3Cbr%3Eand%20disease%20entities%3C%2Fli%3E%3C%2Ful%3E%20%3Cp%3EThis%20pocket-sized%20book%20is%20ideal%20for%20residents%20preparing%20for%20board%20examinations%20as%20well%20as%20for%20radiologists%20in%20practice.%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); }) (); }); }); } });