Products related to Health:
-
Community Mental Health
Community Mental Health is unique in that it focuses specifically on mental health at the community level.The authors carefully outline the essential skills that health professionals need in order to identify mental health concerns and develop effective programs for communities encountering symptoms of mental disorders or illness. The text includes up-to-date information about mental health issues across the lifespan, the mental health care system, prominent mental health concerns faced by many communities, as well as information about interventions and model programs.The breadth of topics related to community mental health addressed include: indicators of illness and problems, methods of prevention and promotion, evaluation, and research.Instructor Resources, including PowerPoint Presentations, a TestBank, and an Instructor Manual are available as free downloads.
Price: 116.99 £ | Shipping*: 0.00 £ -
Health Visiting : Specialist Community Public Health Nursing
This popular book encompasses contemporary theory and practice relevant to effective health visiting across all four nations of the United Kingdom, now and into the future. Now in its third edition, the text has been completely rewritten and updated by new editors Patricia Burrows and Jean Cowie to reflect the many changes that have occurred as health visiting practice evolves.These include a strong focus on parental and child emotional and mental health wellbeing; speech, language and communication development for children; the impact of trauma and adverse childhood experiences; and the relevance of technology to health visiting practice. The book is strongly grounded in evidence and is suitable both for student health visitors as well as qualified practitioners wishing to further their practice and academic development. Written by experts in their field and evidence-based throughout Comprehensive coverage of all areas of health visiting to reflect the growing role of the health visitor New practical focus on skills such as child assessment and effective communication Case studies and practice examples to relate theory to practice 'Thinking spaces' that enable practice reflection
Price: 36.99 £ | Shipping*: 0.00 £ -
Linux Kernel Development
Linux Kernel Development details the design and implementation of the Linux kernel, presenting the content in a manner that is beneficial to those writing and developing kernel code, as well as to programmers seeking to better understand the operating system and become more efficient and productive in their coding. The book details the major subsystems and features of the Linux kernel, including its design, implementation, and interfaces.It covers the Linux kernel with both a practical and theoretical eye, which should appeal to readers with a variety of interests and needs. The author, a core kernel developer, shares valuable knowledge and experience on the 2.6 Linux kernel.Specific topics covered include process management, scheduling, time management and timers, the system call interface, memory addressing, memory management, the page cache, the VFS, kernel synchronization, portability concerns, and debugging techniques.This book covers the most interesting features of the Linux 2.6 kernel, including the CFS scheduler, preemptive kernel, block I/O layer, and I/O schedulers. The third edition of Linux Kernel Development includes new and updated material throughout the book: An all-new chapter on kernel data structuresDetails on interrupt handlers and bottom halvesExtended coverage of virtual memory and memory allocationTips on debugging the Linux kernelIn-depth coverage of kernel synchronization and lockingUseful insight into submitting kernel patches and working with the Linux kernel community
Price: 36.99 £ | Shipping*: 0.00 £ -
Community/Public Health Nursing : Promoting the Health of Populations
**American Journal of Nursing (AJN) Book of the Year Awards, 3rd Place in Community/Home Health Care, 2023** Master the knowledge and skills you need to succeed in community health nursing!Community/Public Health Nursing, 8th Edition discusses the nurse’s role in population health promotion with a unique "upstream" preventive focus and a strong social justice approach, all in a concise, easy-to-read text.It shows how nurses can take an active role in social action and health policy - especially in caring for diverse and vulnerable population groups.This edition integrates the NCSBN Clinical Judgment Measurement Model to help you prepare for the Next Generation NCLEX®.Clinical examples and photo novellas show how nursing concepts apply to the real world. Active Learning boxes test your knowledge of the content you’ve just read, helping provide clinical application and knowledge retention. UNIQUE! Social justice approach promotes health for all people, emphasizing society’s responsibility to protect all human life and ensure that all people have their basic needs met, such as adequate health protection. UNIQUE! Veterans’ Health chapter presents situations and considerations unique to the care of military veterans. Genetics in Public Health boxes reflect increasing scientific evidence supporting the health benefits of using genetic tests and family health history to guide public health interventions. UNIQUE! "Upstream" focus addresses contributing factors of poor health and promotes community efforts to address potential health problems before they occur. Case studies present the theory, concepts, and application of the nursing process in practical and manageable examples. UNIQUE! Photo novellas - stories in photograph form - show real-life clinical scenarios and highlight the application of important community/public health nursing roles. Consistent pedagogy at the beginning of each chapter includes learning objectives, key terms and chapter outlines to help you locate important information and focus your study time. Clinical Examples present snippets of real-life client situations. Theoretical frameworks common to nursing and public health aid in the application of familiar and new theory bases to problems and challenges in the community. Research Highlights introduce you to the growing amount of community/public health nursing research literature. Ethical Insights boxes present situations of ethical dilemmas or considerations pertinent to select chapter topics. NEW! Online case studies for the Next Generation NCLEX® Examination (NGN) provide you with the necessary tools to prepare for the NGN. NEW! Overview of the NCSBN Clinical Judgment Measurement Model provides information on the latest recommendations to promote evidence-based client decisions. NEW! Healthy People 2030 boxes highlight the most current national health care goals and objectives throughout the text.
Price: 95.99 £ | Shipping*: 0.00 £ -
Learning eBPF : Programming the Linux Kernel for Enhanced Observability, Networking, and Security
What is eBPF? With this revolutionary technology, you can write custom code that dynamically changes the way the kernel behaves.It's an extraordinary platform for building a whole new generation of security, observability, and networking tools. This practical book is ideal for developers, system administrators, operators, and students who are curious about eBPF and want to know how it works.Author Liz Rice, chief open source officer with cloud native networking and security specialists Isovalent, also provides a foundation for those who want to explore writing eBPF programs themselves. With this book, you will:Learn why eBPF has become so important in the past couple of yearsWrite basic eBPF code, and manipulate eBPF programs and attach them to eventsExplore how eBPF components interact with Linux to dynamically change the operating system's behaviorLearn how tools based on eBPF can instrument applications without changes to the apps or their configurationDiscover how this technology enables new tools for observability, security, and networking
Price: 44.99 £ | Shipping*: 0.00 £ -
Understanding the Linux Kernel
In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel.The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in what order.It manages limited memory so well that hundreds of processes can share the system efficiently, and expertly organizes data transfers so that the CPU isn't kept waiting any longer than necessary for the relatively slow disks.The third edition of Understanding the Linux Kernel takes you on a guided tour of the most significant data structures, algorithms, and programming tricks used in the kernel.Probing beyond superficial features, the authors offer valuable insights to people who want to know how things really work inside their machine. Important Intel-specific features are discussed. Relevant segments of code are dissected line by line.But the book covers more than just the functioning of the code; it explains the theoretical underpinnings of why Linux does things the way it does.This edition of the book covers Version 2.6, which has seen significant changes to nearly every kernel subsystem, particularly in the areas of memory management and block devices.The book focuses on the following topics: * Memory management, including file buffering, process swapping, and Direct memory Access (DMA) * The Virtual Filesystem layer and the Second and Third Extended Filesystems * Process creation and scheduling * Signals, interrupts, and the essential interfaces to device drivers * Timing * Synchronization within the kernel * Interprocess Communication (IPC) * Program execution Understanding the Linux Kernel will acquaint you with all the inner workings of Linux, but it's more than just an academic exercise.You'll learn what conditions bring out Linux's best performance, and you'll see how it meets the challenge of providing good system response during process scheduling, file access, and memory management in a wide variety of environments.This book will help you make the most of your Linux system.
Price: 55.99 £ | Shipping*: 0.00 £ -
Public Health Nursing : Population-Centered Health Care in the Community
**Selected for Doody’s Core Titles® 2024 in Community Health** Gain a solid understanding of community and public health nursing with this industry-standard text!Public Health Nursing: Population-Centered Health Care in the Community, 11th Edition, provides up-to-date information on issues such as infectious diseases, natural and man-made disasters, and healthcare policies affecting individuals, families, and communities.This edition has been thoroughly updated to reflect current data, issues, trends, and practices presented in an easy-to-understand, accessible format.Additionally, real-life scenarios show examples of health promotion and public health interventions, and case studies for the Next-Generation NCLEX® Examination help strengthen your clinical judgment.Ideal for BSN and Advanced Practice Nursing programs, this comprehensive, bestselling text will provide you with a greater understanding of public health nursing!Focus on Quality and Safety Education for Nurses boxes give examples of how quality and safety goals, competencies, and objectives, knowledge, skills, and attitudes can be applied in nursing practice in the community. Evidence-Based Practice boxes illustrate the use and application of the latest research findings in public/community health nursing. Healthy People boxes describe federal health and wellness goals and objectives. Check Your Practice boxes feature a scenario and questions to promote active learning and encourage students to use clinical judgment skills as they contemplate how to best approach the task or problem in the scenario. Linking Content to Practice boxes describe the nurse’s role in a variety of public and community health areas, giving specific examples of the nurse’s role in caring for individuals, families, and populations. UNIQUE! Separate chapters covering promoting healthy communities, the Intervention Wheel, and nurse-led health centers teach students the initiatives and various approaches to population and community-centered nursing care. Levels of Prevention boxes address the primary, secondary, and tertiary levels of community/public health nursing as related to chapter content. How To boxes provide practical application to practice. End-of-chapter Practice Application scenarios, Key Points, and Clinical Judgment Activities promote application and in-depth understanding of chapter content. NEW! Updated content and figures reflect a stronger focus on population health, current data, issues, trends, and practices, including public health nursing and COVID-19. NEW! Reorganized chapters create a stronger, more streamlined approach to aid in learning and better assist digital learners. NEW! Healthy People 2030 objectives highlighted throughout the book address the health priorities and emerging health issues expected in the next decade. NEW! Next-Generation NCLEX® Examination-Style Unfolding Case Studies on the Evolve companion website provide additional opportunities to expand clinical judgment.
Price: 125.99 £ | Shipping*: 0.00 £ -
Promoting the Health of the Community : Community Health Workers Describing Their Roles, Competencies, and Practice
Community health workers (CHWs) are an increasingly important member of the healthcare and public health professions who help build primary care capacity.Yet, in spite of the exponential growth of CHW interventions, CHW training programs, and CHW certification and credentialing by state agencies, a gap persists in the literature regarding current CHW roles and skills, scope of practice, CHW job settings, and national standards.This collection of contributions addresses this gap by providing information, in a single volume, about CHWs, the roles CHWs play as change agents in their communities, integration of CHWs into healthcare teams, and support and recognition of the CHW profession.The book supports the CHW definition as defined by the American Public Health Association (APHA), Community Health Worker Section (2013), which states, “A community health worker is a frontline public health worker who is a trusted member of and/or has an unusually close understanding of the community served.” The scope of the text follows the framework of the nationally recognized roles of CHWs that came out of a national consensus-building project called “The Community Health Worker (CHW) Core Consensus (C3) Project”.Topics explored among the chapters include:Cultural Mediation Among Individuals, Communities, and Health and Social Service SystemsCare Coordination, Case Management, and System NavigationAdvocating for Individuals and CommunitiesBuilding Individual and Community CapacityImplementing Individual and Community AssessmentsParticipating in Evaluation and ResearchUniting the Workforce: Building Capacity for a National Association of Community Health WorkersPromoting the Health of the Community is a must-have resource for CHWs, those interested in CHW scope of practice and/or certification/credentialing, anyone interested in becoming a CHW, policy-makers, CHW payer systems, CHW supervisors, CHW employers, CHW instructors/trainers, CHW advocates/supporters, and communities served by CHWs.
Price: 89.99 £ | Shipping*: 0.00 £
Similar search terms for Health:
-
Which distro do you use, Linux users?
As an AI, I do not have personal preferences or the ability to use operating systems. However, Linux users often choose their distribution based on their specific needs and preferences. Some popular distributions include Ubuntu for its user-friendly interface, Fedora for its focus on the latest technologies, and Debian for its stability and reliability. Ultimately, the choice of distribution depends on the user's requirements and level of expertise.
-
Why does the health insurance company suspend health insurance?
Health insurance companies may suspend health insurance for a variety of reasons, including non-payment of premiums, fraudulent claims, or failure to provide required documentation. Non-payment of premiums is a common reason for suspension, as it indicates that the policyholder is not fulfilling their financial obligation to maintain coverage. Additionally, if a policyholder is found to have submitted fraudulent claims or has failed to provide necessary documentation, the insurance company may suspend their coverage until the issue is resolved.
-
How can one downgrade the Linux kernel?
To downgrade the Linux kernel, you can follow these steps: 1. First, identify the version of the kernel you want to downgrade to and make sure it is available in your distribution's package repository. 2. Next, use the package manager of your Linux distribution to remove the current kernel version. For example, in Ubuntu, you can use the command `sudo apt-get remove linux-image-<version>`. 3. Then, install the desired kernel version using the package manager. For example, in Ubuntu, you can use the command `sudo apt-get install linux-image-<desired_version>`. 4. Finally, reboot your system to load the downgraded kernel. Keep in mind that downgrading the kernel may have implications for system stability and compatibility with hardware and software, so it's important to carefully consider the reasons for downgrading and to backup important data before proceeding.
-
What makes the Linux kernel so special?
The Linux kernel is special for several reasons. Firstly, it is open-source, meaning that its source code is freely available for anyone to use, modify, and distribute. This has led to a large and active community of developers constantly improving and updating the kernel. Additionally, the Linux kernel is highly customizable and can be tailored to specific needs, making it suitable for a wide range of devices and systems. Finally, the Linux kernel is known for its stability, security, and performance, making it a popular choice for servers, embedded systems, and other critical applications.
-
Why can't the Linux kernel be loaded?
The Linux kernel cannot be loaded because it is a fundamental part of the operating system that needs to be present in memory before any other software can run. The kernel is responsible for managing the system's resources, such as memory, CPU, and devices, and it provides essential services for other software to function. Without the kernel, the operating system cannot start and the computer cannot run any programs. Therefore, the kernel needs to be loaded into memory during the boot process in order for the operating system to become operational.
-
Is beauty health?
Beauty and health are closely related but not the same. While beauty can be a reflection of good health, it is not always a direct indicator. True beauty comes from within and encompasses physical, mental, and emotional well-being. Prioritizing health through proper nutrition, exercise, and self-care can enhance one's natural beauty and overall well-being.
-
'Health or work?'
Both health and work are important aspects of life, and finding a balance between the two is crucial. While work is necessary for financial stability and personal fulfillment, it should not come at the expense of one's health. Prioritizing health allows individuals to perform better at work, have more energy, and enjoy a better quality of life. It's important to find a balance that allows for both a successful career and a healthy lifestyle.
-
What happens if someone cannot complete their community service hours for health reasons?
If someone cannot complete their community service hours for health reasons, they should communicate with the organization or court overseeing their community service. They may be required to provide documentation from a healthcare professional to support their inability to complete the hours. In some cases, alternative arrangements may be made, such as extending the deadline for completion or finding alternative ways to fulfill the requirement that are more suitable for their health condition. It's important to be proactive and transparent in communicating the situation to the appropriate authorities.
* All prices are inclusive of VAT and, if applicable, plus shipping costs. The offer information is based on the details provided by the respective shop and is updated through automated processes. Real-time updates do not occur, so deviations can occur in individual cases.