Vi flyttar från butik till nätet - så funkar det framåt
Atlas of Retinal OCT | 2:a upplagan
- Danskt band, Engelska, 2023
- Författare:
- Betyg:
1643
kr
Skickas inom 1-3 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
**Selected for Doody’s Core Titles® 2024 in Optometry**
Unparalleled for aiding diagnosis of retinal disease and recording disease progression, Optical Coherence Tomography (OCT) remains one of the most significant advances in ophthalmology over the past 50 years. Atlas of Retinal OCT, 2nd Edition, provides expert guidance in making the most of this diagnostic tool with high-quality, oversized images that show precise detail and assist with rapid, accurate clinical decision making. Led by the same expert team of Drs. Jay S. Duker, Nadia K. Waheed, and Darin R. Goldman, and with the addition of new editor Dr. Shilpa J. Desai, this atlas remains your go to reference source for OCT imaging of the retina. Now updated throughout to align with current practice, it covers a range of both common and rare disorders and presentations.
Features more than 1,000 high-quality illustrations depicting the full spectrum of retinal diseases using OCT and OCTA scans, supported by clinical photos and ancillary imaging technologies
Contains new and updated image examples throughout-including new OCTA images with artifacts and key findings highlighted
Presents images as large as possible on the page with an abundance of arrows, pointers, and labels to guide you in pattern recognition and eliminate any uncertainty
Includes the latest high-resolution spectral domain OCT technology and new insights into OCT angiography technology to ensure you have the most up-to-date and highest quality examples available
Provides key feature points for each disorder, giving you the need-to-know OCT essentials for quick comprehension and rapid reference
An excellent diagnostic companion to Handbook of Retinal OCT: Optical Coherence Tomography, 2nd Edition
An eBook version is included with purchase. The eBook allows you to access all of the text, figures and references, with the ability to search, customize your content, make notes and highlights, and have content read aloud
Unparalleled for aiding diagnosis of retinal disease and recording disease progression, Optical Coherence Tomography (OCT) remains one of the most significant advances in ophthalmology over the past 50 years. Atlas of Retinal OCT, 2nd Edition, provides expert guidance in making the most of this diagnostic tool with high-quality, oversized images that show precise detail and assist with rapid, accurate clinical decision making. Led by the same expert team of Drs. Jay S. Duker, Nadia K. Waheed, and Darin R. Goldman, and with the addition of new editor Dr. Shilpa J. Desai, this atlas remains your go to reference source for OCT imaging of the retina. Now updated throughout to align with current practice, it covers a range of both common and rare disorders and presentations.
Features more than 1,000 high-quality illustrations depicting the full spectrum of retinal diseases using OCT and OCTA scans, supported by clinical photos and ancillary imaging technologies
Contains new and updated image examples throughout-including new OCTA images with artifacts and key findings highlighted
Presents images as large as possible on the page with an abundance of arrows, pointers, and labels to guide you in pattern recognition and eliminate any uncertainty
Includes the latest high-resolution spectral domain OCT technology and new insights into OCT angiography technology to ensure you have the most up-to-date and highest quality examples available
Provides key feature points for each disorder, giving you the need-to-know OCT essentials for quick comprehension and rapid reference
An excellent diagnostic companion to Handbook of Retinal OCT: Optical Coherence Tomography, 2nd Edition
An eBook version is included with purchase. The eBook allows you to access all of the text, figures and references, with the ability to search, customize your content, make notes and highlights, and have content read aloud
Om denna bok
Atlas of Retinal OCT är en Danskt band bok med 272 sidor på Engelska. Detta är den 2:a upplagan som utgavs 2023 av Elsevier - Health Sciences Division.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Atlas of Retinal OCT begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780323930437
Upplaga:
2
Utgiven:
2023-08-30
Förlag:
Elsevier - Health Sciences Division
Sidantal:
272
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>