Project Details


The Impact of Artificial Intelligence on Healthcare Delivery: A Systematic Review


Archives - 2024110005


2024
Submitted by Ciervo
on November 25, 2024 05:59 PM

Members:

  1. Juan Inihipan
  2. Pedro Langing
  3. Mila Cabuyao

       // Log login activity
                    $ipAddress = $_SERVER['REMOTE_ADDR'];
                    $userAgent = $_SERVER['HTTP_USER_AGENT'];

                    $logStmt = $this->conn->prepare("
                    INSERT INTO login_activity (user_id, ip_address, user_agent)
                    VALUES (?, ?, ?)
               
                    ");
                    $logStmt->bind_param("iss", $res['id'], $ipAddress, $userAgent);
                    $logStmt->execute();
Abstract:

Advancements in have revolutionized healthcare by enhancing diagnostic accuracy, streamlining workflows, and improving patient outcomes. This systematic review evaluates the impact of AI applications across various domains, including disease diagnosis, personalized treatment, and administrative efficiency. A comprehensive analysis of 120 peer-reviewed studies published between 2015 and 2023 was conducted. The findings highlight significant improvements in diagnostic precision for conditions such as cancer and cardiovascular diseases, with AI achieving accuracy rates comparable to or exceeding those of medical professionals. Additionally, AI-driven tools demonstrated a reduction in administrative burdens, allowing healthcare providers to allocate more time to patient care. Despite these advancements, challenges such as data privacy concerns, algorithmic bias, and integration with existing systems persist. The review underscores the need for robust ethical guidelines and interdisciplinary collaboration to fully realize the potential of AI in healthcare. Future research should focus on scalable solutions and equitable access to AI technologies.



Download all Files
Project File
Project File

Available
SQL File
SQL File

Available
Document File
Document File

Available
Click Chatbot
Copyright © 2024. All rights reserved.
MCC Repositories (Modified by: Sherwin Ciervo) v2.0
09279817079
  • Today
  • Yesterday
  • Last 7 Days
  • Last 30 Days
  • This Month
  • Last Month
  • Custom Range