Vi flyttar från butik till nätet - så funkar det framåt
Varicose Veins | 0:e upplagan
- Danskt band, Engelska, 2017
- Författare: Felipe Collares, Salomao Faintuch
- Betyg:
621
kr
Skickas inom 0-2 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
A practical guide on the evaluation, diagnosis, and treatment of varicose veins
Chronic venous disease is a common condition, with a prevalence as high as 50% in industrialized countries worldwide. Of those, about 20-25% of women and 10-15% of men have visible varicose veins. Varicose vein treatment has become an increasingly multidisciplinary field, and one that has seen cutting-edge advances and significant growth.
Felipe B. Collares, Salomao Faintuch, and a team of venous disease experts have compiled, Varicose Veins, a concise book that covers the full range of interventional procedures for venous insufficiency. Following introductory chapters on anatomy and pathophysiology, the authors guide readers through the clinical exam, imaging, compression therapy, and various minimally invasive techniques. Highly practical and an affordable alternative to larger published tomes.
Key Highlights
Step-by-step guide on core venous interventions - from compression therapy to sclerotherapy - ambulatory phlebectomy to endovascular ablation
Illustrations delineate anatomy and specific treatment modalities
Clinical pearls on patient safety and preventing complications
Discussion of emerging endovascular approaches that do not require administration of tumescent anesthesia
This handy resource is a must-have for trainees and veteran physicians. The practical and focused layout provides a well-rounded reference for all specialists who perform varicose vein procedures - interventional radiologists, vascular surgeons, phlebologists, cardiologists, and dermatologists.
Chronic venous disease is a common condition, with a prevalence as high as 50% in industrialized countries worldwide. Of those, about 20-25% of women and 10-15% of men have visible varicose veins. Varicose vein treatment has become an increasingly multidisciplinary field, and one that has seen cutting-edge advances and significant growth.
Felipe B. Collares, Salomao Faintuch, and a team of venous disease experts have compiled, Varicose Veins, a concise book that covers the full range of interventional procedures for venous insufficiency. Following introductory chapters on anatomy and pathophysiology, the authors guide readers through the clinical exam, imaging, compression therapy, and various minimally invasive techniques. Highly practical and an affordable alternative to larger published tomes.
Key Highlights
Step-by-step guide on core venous interventions - from compression therapy to sclerotherapy - ambulatory phlebectomy to endovascular ablation
Illustrations delineate anatomy and specific treatment modalities
Clinical pearls on patient safety and preventing complications
Discussion of emerging endovascular approaches that do not require administration of tumescent anesthesia
This handy resource is a must-have for trainees and veteran physicians. The practical and focused layout provides a well-rounded reference for all specialists who perform varicose vein procedures - interventional radiologists, vascular surgeons, phlebologists, cardiologists, and dermatologists.
Om denna bok
Varicose Veins av Felipe Collares och Salomao Faintuch är en Danskt band bok med 136 sidor på Engelska. Den utgavs 2017 av Thieme Publishing Group.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Varicose Veins 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:
Medicin, vård & fysiologi
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781626230125
Upplaga:
0
Utgiven:
2017-08-03
Förlag:
Thieme Publishing Group
Sidantal:
136
$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"
>