Vi flyttar från butik till nätet - så funkar det framåt
Focus on Pharmacology | 3:e upplagan
- Häftad, Engelska, 2017
- Författare: Jahangir Moini
- Betyg:
1055
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
A focused, teach-and-test approach to learning pharmacology
Focus on Pharmacology: Essentials for Health Professionals helps students learn pharmacology by presenting small amounts of information and then offering opportunities for readers to apply what they’ve learned through a variety of exercises. Designed specifically for allied health students, early chapters lay the groundwork for learning pharmacology by introducing its history, legal and ethical principles, drug administration techniques, essential math, calculations, and medication errors. Subsequent chapters offer a structured presentation of the drugs intended to treat specific body systems and associated disorders.
Each drug chapter starts with a concise review of anatomy and physiology, providing a foundation for understanding drug actions and uses. Pharmacologic principles are then presented in a consistent and easy-to-follow format, using clearly identifiable question-headings that help students focus on need-to-know drug information. Pediatric and geriatric pharmacotherapies are covered in detail, as are substance abuse, antibiotics, and other drug categories. Updated with the latest drug information and featuring seven new chapters, the Third Edition’s focused, teach-and-test approach blends concise content with an engaging learning process to help students better retain essential information.
For even more practice and review opportunities pair Focus on Pharmacology with the completely revised and expanded Student Workbook. The Workbook (ISBN-10: 0134525299 / ISBN-13: 9780134525297) contains many different types of review questions, including multiple-choice, fill-in-the-blank, true/false, and critical-thinking.
Focus on Pharmacology: Essentials for Health Professionals helps students learn pharmacology by presenting small amounts of information and then offering opportunities for readers to apply what they’ve learned through a variety of exercises. Designed specifically for allied health students, early chapters lay the groundwork for learning pharmacology by introducing its history, legal and ethical principles, drug administration techniques, essential math, calculations, and medication errors. Subsequent chapters offer a structured presentation of the drugs intended to treat specific body systems and associated disorders.
Each drug chapter starts with a concise review of anatomy and physiology, providing a foundation for understanding drug actions and uses. Pharmacologic principles are then presented in a consistent and easy-to-follow format, using clearly identifiable question-headings that help students focus on need-to-know drug information. Pediatric and geriatric pharmacotherapies are covered in detail, as are substance abuse, antibiotics, and other drug categories. Updated with the latest drug information and featuring seven new chapters, the Third Edition’s focused, teach-and-test approach blends concise content with an engaging learning process to help students better retain essential information.
For even more practice and review opportunities pair Focus on Pharmacology with the completely revised and expanded Student Workbook. The Workbook (ISBN-10: 0134525299 / ISBN-13: 9780134525297) contains many different types of review questions, including multiple-choice, fill-in-the-blank, true/false, and critical-thinking.
Om denna bok
Focus on Pharmacology av Jahangir Moini är en Häftad bok med 784 sidor på Engelska. Detta är den 3:e upplagan som utgavs 2017 av Pearson Education.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Focus on Pharmacology 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:
Häftad
Språk:
Engelska
ISBN:
9780134525044
Upplaga:
3
Utgiven:
2017-06-01
Förlag:
Pearson Education
Sidantal:
784
$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"
>