A virtual patient sandbox for medical education

Slides:



Advertisements
Similar presentations
A New Generation of Surgical Technique: Telesurgery Using Haptic Interfaces By Sarah L. Choy ~ A haptic interface is a force reflecting device which allows.
Advertisements

How does exercise immediately affect the circulatory system
Getting the Most from Clinical Data through Physiological Modelling & Medical Decision Support Bram Smith Stephen Rees, Toke Christensen, Dan Karbing,
May Project Proposed for UnCoRe Virtual Nursing Environment for Safe Decision Making Fatma Mili.
Design of Health Technologies lecture 3 John Canny 9/07/05.
STORE ITEM FINDER FOR ANDROID Brian McClure Aarron Hulswitt Kevrin Blood Dr. Ledgard – Faculty Advisor.
Copyright © 2005, Pearson Education, Inc. Case Study Medical Monitoring Devices Based on work done at Hewlett-Packard Patient Monitoring Division Circa.
1 Introducing the working groups for Simulation group Per Henrik Hogstad 2.
HEALTH MATE HEALTH MATE Wireless Health Monitoring System.
By: Pat Hanson. Importance of Equipment and Software There are many different types of equipment and software that we should add in the classroom to enhance.
User Interface Design Chapter 11. Objectives  Understand several fundamental user interface (UI) design principles.  Understand the process of UI design.
Comparing Python and Visual Basic
Smartphones for Seniors Apps presentation by WIT Software.
1 Chapter No 3 ICT IN Science,Maths,Modeling, Simulation.
Real-time systems Systems Refers to: (computing, communication, and information) (c) Rlamsal DWIT.
Topic 5 – Sensors and Monitoring Systems 1)TechMed scenario covers Sensors and their uses in hospitals In the scenario: “A patient-monitoring system is.
Remote Healthcare Applications With Smartphones In Developing Countries Jeffrey Tse Mentors: Gloria Mark, Dani Massaguer University of California, Irvine.
28 th February 2008 Innovations in Online PBL: A Virtual World Case Study Presented by Emily Conradi, e-Projects Manager.
Physiologic Control Algorithms for Rotary Blood Pumps using Pressure Sensor Input Edward Bullister, Ph.D. Sanford Reich, Ph.D. APEX Medical, Inc. ISRP.
Nick Draper 05/11/2008 Mantid Manipulation and Analysis Toolkit for ISIS data.
S. Shumilov – Zürich Analytical Visualization Framework - a visual data processing and knowledge discovery system Ivan Denisovich, Serge Shumilov Department.
A Spatially Explicit Individual-based forest simulator Grégoire Vincent *, Luc Veillon and Hubert de Foresta Overview Individual trees of different species.
Nature Reviews/2012. Next-Generation Sequencing (NGS): Data Generation NGS will generate more broadly applicable data for various novel functional assays.
10/5/2009 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.
AS ICT.  Have an understanding of how organizations use ICT.  Be able to describe a number of uses, giving the hardware and software requirements 
WISE User Workshops Three user workshops held in 2012 Introduction and context Hands on exploring the tool Quantifying scenarios and exploring results.
Chapter 1 Introduction to Visual Basic Programming and Applications 1 Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta.
Physiological Data Analysis of Neuro-Critical Patients Using Markov Models By Shashwat Bhoop sb3758.
REU Summer 2014 A Video Interface For Elderly Patients to Review Depth Videos Over Network Gary Grimm Dr.Skubic Zac Crane Moein Enayat i.
Interaction and Animation on Geolocalization Based Network Topology by Engin Arslan.
Chapter 1 Introduction to Visual Basic
MindTap for Health Science
Use case scenarios to teach medical students?
Michel Muszynski Electronic cases Michel Muszynski
Active Server Pages Computer Science 40S.
Control Systems in Medical Applications
Outline Introduction Standards Project General Idea
Architecture Concept Documents
Kostas Seferis, i2S Data science and e-infrastructures can help aquaculture to improve performance and sustainability!
17 March, 2011 Presenter Prof. Shih-Chung Kang
Non-invasive cardiac pulse measurement
SOFTWARE DESIGN AND ARCHITECTURE
VR as a Next-Generation User Interface?
Design, prototyping and construction
DiRT – Dust in Real-Time
Telemedicine Unit 5, Lesson 6 Explanation Presentation 5.6.1
nXhuman Application Use intelligent characters to:
Next Generation Assessments
Tonga Institute of Higher Education
Gerardine Montebon Tanisha Bhatti Austin Yi Jessica Dear
Physics-based simulation for visual computing applications
Sculpting 3D Models Dorsey & McMillan
Users will plan and build sensor networks for simulated cabled ocean observatories.
Adobe PDFs Amy Willis HCI 594 Winter 2008.
Adventures in Computational Thinking Hannah Roots, Fall 2015
User interface design.
Component 11/Unit 5 Creating Data Entry Templates
Control Systems in Medical Applications
Planning and Storyboarding a Web Site
GRAPHICAL USER INTERFACE GITAM GADTAULA. OVERVIEW What is Human Computer Interface (User Interface) principles of user interface design What makes a good.
MICCA SCRATCH Workshop
Telemedicine Unit 5, Lesson 6 Explanation Presentation 5.6.1
Telemedicine Unit 5, Lesson 6 Explanation Presentation 5.6.1
Telemedicine Unit 5, Lesson 6 Explanation Presentation 5.6.1
Telemedicine Unit 5, Lesson 6 Explanation Presentation 5.6.1
Database Management System
User Interface Often overlooked.
Expert Knowledge Based Systems
Schematic diagram showing inputs and modules of iDROP software.
Design, prototyping and construction
Presentation transcript:

A virtual patient sandbox for medical education Pulse Explorer A virtual patient sandbox for medical education

Background Pulse is a human physiology modeling and simulation library written in C++ Calculates Heart beat, blood flow, Breathing (O2/CO2 exchange in blood), etc. @50Hz Different patient parameters (height/weight/blood pressures) affect these calculation Fully dynamic feedback, actions can have cascading effects on patient well being Our virtual patient is integrated into serious games, teaching tools, manikins Without a visualization tool what Pulse provides is difficult to understand

Pulse Explorer In order to get wider acceptance and adoption, we want to provide a sandbox where users can interact with the virtual patient and explore functionality e.g. Do our models accurately reflect the physiological changes in a specific states Built on Qt, provides a way to visualize and interact with our in-silico patient Currently it provides: Vitals Monitor Patient Editor Basic Data Plots Simulation Controls Try it out!

User Interface Help Wanted Create/edit/display/submit actions to the simulation Currently only a few actions are provided Design how to present actions to the user, and a collection of things done in a scenario Improve the data display Current display is hardcoded to view a handful of computed data The data is displayed as a line plot over time (QtCharts) We need to provide an intuitive way for user to view data Create environmental/equipment controls We have models for a ventilator/anesthesia machine as well as environmental surroundings A specific UI controls page for these objects is desired for these objects