An Introduction to PhysioNet

Size: px
Start display at page:

Download "An Introduction to PhysioNet"

Transcription

1 An Introduction to PhysioNet George B. Roger G. Massachusetts Institute of Technology Cambridge, MA 21 June / 23

2 What is PhysioNet? A unique open-access web-based resource established in 1999, funded by NIBIB and NIGMS (two institutes of the NIH), intended to support current research and stimulate new investigations in the study of complex biomedical and physiologic signals and time series Three closely interdependent components: Data repository (PhysioBank) of related software (PhysioToolkit) Workspaces for collaborative development (PhysioNetWorks) 2 / 23

3 Why Study Signals? Physiologic signals and time series reveal aspects of health, disease, biotoxicity, and aging not captured by static measures. Raw (original) signals are of increasing interest as means of developing new biomarkers, of measuring parameters of known interest, and also for developing new insights into basic mechanisms of human physiology. 3 / 23

4 What is PhysioBank? PhysioBank currently includes over 50 collections of cardiopulmonary, neural, and other biomedical signals from healthy subjects and patients with a variety of conditions with major public health implications, including sudden cardiac death, congestive heart failure, epilepsy, gait disorders, sleep apnea, and aging. 4 / 23

5 What is PhysioBank? PhysioBank currently includes over 50 collections of cardiopulmonary, neural, and other biomedical signals from healthy subjects and patients with a variety of conditions with major public health implications, including sudden cardiac death, congestive heart failure, epilepsy, gait disorders, sleep apnea, and aging. Signals include ECG, blood pressure, EEG, respiration, PPG,... 4 / 23

6 What is PhysioBank? PhysioBank currently includes over 50 collections of cardiopulmonary, neural, and other biomedical signals from healthy subjects and patients with a variety of conditions with major public health implications, including sudden cardiac death, congestive heart failure, epilepsy, gait disorders, sleep apnea, and aging. Signals include ECG, blood pressure, EEG, respiration, PPG,... Records are from many sources varied assortments of signals, durations, sampling frequencies,... and annotations of differing levels of detail 4 / 23

7 What is PhysioBank? PhysioBank currently includes over 50 collections of cardiopulmonary, neural, and other biomedical signals from healthy subjects and patients with a variety of conditions with major public health implications, including sudden cardiac death, congestive heart failure, epilepsy, gait disorders, sleep apnea, and aging. Signals include ECG, blood pressure, EEG, respiration, PPG,... Records are from many sources varied assortments of signals, durations, sampling frequencies,... and annotations of differing levels of detail Over 36,000 sets of recordings (about 4 terabytes) in all 4 / 23

8 Data Sources Where Do the Data Collections Come From? PhysioNet research team members Other university-based researchers Other hospital-based researchers Industry 5 / 23

9 Data Sources Where Do the Data Collections Come From? PhysioNet research team members Other university-based researchers Other hospital-based researchers Industry You! ( Data contributions are developed and reviewed on PhysioNetWorks before inclusion in PhysioBank. 5 / 23

10 Example of a PhysioBank Dataset Physiologic time series, such as this series of cardiac interbeat (RR) intervals measured over 24 hours, can capture some of the information lost in summary statistics. Data from the NHLBI Cardiac Arrhythmia Suppression Trial (CAST) RR Interval Sub-study Database 6 / 23

11 Another PhysioBank Dataset Many data collections in PhysioBank come from published studies. Hausdorff et al., J Appl Physiol 86(3) (1999). 7 / 23

12 Finding Relevant Data in PhysioBank PhysioBank Record Search A web application for locating data of interest Simple query server (SQS) searches an in-memory index of PhysioBank Each index row begins with a record name and describes a feature of that record: A signal: class, name, time resolution, amplitude resolution, duration A set of annotations: class, name, time resolution, number of annotations, duration A subset of annotations: type, class, name,... Other data pertaining to the recording or the subject: age, sex, diagnoses, medications, procedures, bandwidth,... Once per day, the index is checked and updated automatically if necessary. 8 / 23

13 PhysioBank Simple Query Server Daemon Small ( 1000 lines of C code) and fast (20-30 ms/query) Simple queries have three components: A subject (class of data) A relationship (comparison operator) A value (pattern) to be compared with the rows of the index Examples of simple queries: age>85 sex = F ECG3>10:0:0 /(VT? 9 / 23

14 Simple Query Subjects Signal classes: BP, CO, CO2, ECG, EEG, EMG, EOG, EP, Flow, HR, Noise, O2, PLETH, Pos[ition], Resp, Sound, ST, Stim[ulus], SV, Temp[erature] Annotator classes: AnnM [machine annotations], AnnR [reference annotations] Literal types: annotation types, annotator names, signal names Other data: age, sex, diagnoses, medications, info 10 / 23

15 Simple Query Relationships Standard comparisons: < <= = >= >! = Similar (within 10% of a numeric value, or containing a string value): Different (not similar): Valid:?! 11 / 23

16 Simple Query Values (Patterns) Duration: string containing a colon (:) 0:30 15:0 90:0 1:30:0 100:0:0 Sampling frequency (time resolution): string ending in Hz 200Hz 0.01Hz 128 Hz Gain (amplitude resolution): string containing adu/ 50adu/mmHg 200 adu/mv Other numbers in standard integer or floating-point notation e2 Other strings Propanolol anterior infarct 12 / 23

17 PhysioBank Record Search: Web UI Try PhysioBank Record Search at 13 / 23

18 Viewing PhysioBank Data LightWAVE is a lightweight waveform and annotation viewer and editor, for viewing any of the signals and time series in PhysioBank. It runs in any modern web browser and does not require installation. Try LightWAVE at 14 / 23

19 What Can You Do with PhysioBank Data? Download for exploration and research Develop new signal processing algorithms Evaluate algorithms using standard data Test physiologic models Develop, test, and refine new biomarkers Create real-world classroom challenges at undergraduate, graduate, and post-graduate levels 15 / 23

20 What is PhysioToolkit? Open-source software for physiologic signal processing and analysis: Detection of physiologically significant events using both classical techniques and novel methods Interactive display and characterization of signals; creation of new data collections Physiologic signal modeling Quantitative evaluation and comparison of analysis methods 16 / 23

21 Where Does the Open-Source Software Come From? PhysioNet research team members Contributions from individuals and teams around the world PhysioNet/Computing in Cardiology annual Challenges 17 / 23

22 Where Does the Open-Source Software Come From? PhysioNet research team members Contributions from individuals and teams around the world PhysioNet/Computing in Cardiology annual Challenges You! ( Software contributions are developed and reviewed on PhysioNetWorks before inclusion in PhysioToolkit. 17 / 23

23 Open Source Tools: WFDB Software Projects requiring large amounts of data can process them efficiently using WFDB software. 18 / 23

24 Open Source Tools: WFDB Software Projects requiring large amounts of data can process them efficiently using WFDB software. The WFDB library reads and writes signals and annotations in many commonly-used binary formats, providing uniform access to data from local disks and from the web. 18 / 23

25 Open Source Tools: WFDB Software Projects requiring large amounts of data can process them efficiently using WFDB software. The WFDB library reads and writes signals and annotations in many commonly-used binary formats, providing uniform access to data from local disks and from the web. About 80 WFDB applications included in the WFDB software package use the library. They include signal-processing functions (digital filters, beat detectors, signal averagers), annotation-processing functions (comparators, outlier detectors, editors), and more. 18 / 23

26 Open Source Tools: WFDB Software Projects requiring large amounts of data can process them efficiently using WFDB software. The WFDB library reads and writes signals and annotations in many commonly-used binary formats, providing uniform access to data from local disks and from the web. About 80 WFDB applications included in the WFDB software package use the library. They include signal-processing functions (digital filters, beat detectors, signal averagers), annotation-processing functions (comparators, outlier detectors, editors), and more. Open-source software runs anywhere, and you can modify it to fit the needs of your research. Use the WFDB library in your own software to read PhysioBank data directly from physionet.org or your own archives. 18 / 23

27 Some PhysioNet Contributions Include Data and Software This contribution included A collection of ECG recordings with detailed waveform limit annotations made by human experts Open-source software for location of ECG waveform limits A reprint of a paper describing the evaluation of the software using the data collection 19 / 23

28 Tutorials and Reference Materials Featured in Nature News and Views 2002; 4 19:263. Our on-line library contains dozens of tutorials introducing PhysioNet s data and software resources, and analysis methods pioneered by PhysioNet team members. Extensive documentation of PhysioToolkit software is also available in the form of a set of on-line reference manuals. 20 / 23

29 PhysioNet/Computing in Cardiology Challenges Inaugurated shortly after PhysioNet was launched, this annual series of open engineering challenges invites participants to tackle unsolved, clinically interesting problems that can be addressed using data PhysioNet provides. Topics have included: Detecting Sleep Apnea from the ECG Predicting Paroxysmal Atrial Fibrillation RR Interval Time Series Modeling Distinguishing Ischemic from Non-Ischemic ST Changes Spontaneous Termination of Atrial Fibrillation QT Interval Measurement Electrocardiographic Imaging of Myocardial Infarction Detecting and Quantifying T-Wave Alternans Predicting Acute Hypotensive Episodes Mind the Gap [Robust estimation of missing data] Improving the Quality of ECGs Collected using Mobile Phones Predicting Mortality of ICU Patients Noninvasive Fetal ECG 21 / 23

30 PhysioNetWorks PhysioNetWorks workspaces are available to members of the PhysioNet community for works in progress that will be made publicly available via PhysioNet when complete. Unlike other areas of PhysioNet, these workspaces are password-protected. Any PhysioNet visitor can become a PhysioNetWorks member in a few minutes by creating a personal account. To get started, visit 22 / 23

31 If you missed any of that... PhysioNet is a resource for biomedical research and development, established in 1999 and funded by NIBIB and NIGMS. It provides: PhysioBank: About 50 free collections of recorded physiologic signals from patients and healthy controls PhysioToolkit: Open-source software for viewing, annotating, and analyzing PhysioBank and compatible data Challenges: Open competitions focusing on unsolved, clinically interesting problems that can be addressed using PhysioBank data PhysioNetWorks: Password-protected, sharable space for works in progress that will be publicly available when complete Learn more at 23 / 23

The purpose of this article is to provide a brief introduction

The purpose of this article is to provide a brief introduction Current Perspective PhysioBank, PhysioToolkit, and PhysioNet Components of a New Research Resource for Complex Physiologic Signals Ary L. Goldberger, MD; Luis A.N. Amaral, PhD; Leon Glass, PhD; Jeffrey

More information

ECG FEATURE EXTRACTION USING NI LAB-VIEW BIOMEDICAL WORKBENCH

ECG FEATURE EXTRACTION USING NI LAB-VIEW BIOMEDICAL WORKBENCH ISSN: 0976-3031 Available Online at http://www.recentscientific.com International Journal of Recent Scientific Research Vol. 6, Issue, 8, pp.5603-5607, August, 2015 RESEARCH ARTICLE ECG FEATURE EXTRACTION

More information

ZnO Thin Film Resonator Based Heart Monitor

ZnO Thin Film Resonator Based Heart Monitor 1 ZnO Thin Film Resonator Based Heart Monitor Senior Capstone Design Project Final Report 2014 Electrical and Computer Engineering Group Members: XinCheng Jin Roy Jung SangChul Shin Advisors: Dr. Pavel

More information

WhaleTeq Co., Ltd Company Profile and Introduction

WhaleTeq Co., Ltd Company Profile and Introduction The Accurate and Com pliant Test Solution Provider WhaleTeq Co., Ltd Company Profile and Introduction Content About WhaleTeq Co., Ltd Global Customers Core Competences Vision Test Solutions Test System

More information

CS5540: Computational Techniques for Analyzing Clinical Data

CS5540: Computational Techniques for Analyzing Clinical Data CS5540: Computational Techniques for Analyzing Clinical Data Prof. Ramin Zabih (CS) Prof. Ashish Raj (Radiology) Today only: Gary Dorfman, MD (Radiology) What is CS5540 about? The practice of medicine

More information

Editorial. The AMPS Quarterly - Issue n.7-3q2010

Editorial. The AMPS Quarterly - Issue n.7-3q2010 The AMPS Quarterly - Issue n.7-3q2010 Editors: Fabio Badilini PhD, FACC and Martino Vaglio MS AMPS-QT is a quarterly journal dedicated to all the people and organizations involved in the world of cardiac

More information

euro_holter High-resolution Holter system TECHNICAL OVERVIEW

euro_holter High-resolution Holter system TECHNICAL OVERVIEW euro_holter High-resolution Holter system TECHNICAL OVERVIEW LUMED 2012 LUMED Srl all rights reserved. LUMED is a registered trademark of LUMED Srl. The present document can not be copied, disclosed or

More information

The Neural Engineering Data Consortium: Déjà Vu All Over Again 1

The Neural Engineering Data Consortium: Déjà Vu All Over Again 1 The Neural Engineering Data Consortium: Déjà Vu All Over Again 1 Iyad Obeid, Associate Professor Joseph Picone, Professor Department of Electrical and Computer Engineering Temple University September 7,

More information

Wavelet Analysis of Biosignals: from Pretty Pictures to Product

Wavelet Analysis of Biosignals: from Pretty Pictures to Product Wavelet Analysis of Biosignals: from Pretty Pictures to Product Paul S Addison, PhD Technical Fellow Respiratory & Monitoring Solutions Covidien Scotland, UK STA January 2014 Wavelet Transform of a Neonatal

More information

Definitive QTc studies at Richmond Pharmacology Ltd

Definitive QTc studies at Richmond Pharmacology Ltd Definitive QTc studies at Richmond Pharmacology Ltd QTc studies at Richmond Pharmacology in collaboration with St George s University of London and Professor AJ Camm Click here to begin Exit Our goal An

More information

A CRITICAL REVIEW ON APPLICATION OF BIOMEDICAL SIGNAL PROCESSING IN MEDICINE

A CRITICAL REVIEW ON APPLICATION OF BIOMEDICAL SIGNAL PROCESSING IN MEDICINE A CRITICAL REVIEW ON APPLICATION OF BIOMEDICAL SIGNAL PROCESSING IN MEDICINE Dr.L.Latchu 1, Dr.N.Aruna Kumari 2, Kanakam Yamini Sushma Murali Priya 3, Mathamsetty Jaya Lakshmi 4, Garapati Anjali Devi 5

More information

Every Day is a CardioDay. Speed. Accuracy. Ease of Use. CardioDay

Every Day is a CardioDay. Speed. Accuracy. Ease of Use. CardioDay Every Day is a CardioDay Speed. Accuracy. Ease of Use. CardioDay Designed for the complexity and pace of today s Holter ECG workloads Speed Analytical Speed CardioDay harnesses the speed and standardization

More information

Every Day is a CardioDay. Speed. Accuracy. Ease of Use. CardioDay

Every Day is a CardioDay. Speed. Accuracy. Ease of Use. CardioDay Every Day is a CardioDay Speed. Accuracy. Ease of Use. CardioDay Managing Holter volume can be challenging for many ECG departments. Is there a way to maintain your high quality standards while still achieving

More information

The Rocket platform. Chong Zhang Carlos Yagüe

The Rocket platform. Chong Zhang Carlos Yagüe The Rocket platform Chong Zhang Carlos Yagüe About us Chong Zhang Project researcher chong.zhang@upf.edu Physense Group Sensing in physiology and biomedicine Carlos Yagüe Méndez Full stack developer carlos.yague@upf.edu

More information

Re: Request for Permission to Release Data to the Cardiac Safety Research Consortium

Re: Request for Permission to Release Data to the Cardiac Safety Research Consortium Date: Re: Request for Permission to Release Data to the Cardiac Safety Research Consortium To: Dear Dr XXXX: We write to ask for your support in a collaborative effort sponsored by the Cardiac Safety Research

More information

i 4 imm Critical Care Monitor GE Healthcare Modular monitoring for critical care

i 4 imm Critical Care Monitor GE Healthcare Modular monitoring for critical care GE Healthcare i 4 Modular monitoring for critical care imm Critical Care Monitor imm imm Critical Care Monitor the power of modularity iconnect i 4 ipon icentral imm the innovative, intuitive, integrated

More information

Resting ECG Recorders 6 & 12 Channel. CardioExpress SL6A & SL12A 98410

Resting ECG Recorders 6 & 12 Channel. CardioExpress SL6A & SL12A 98410 Resting ECG Recorders 6 & 12 Channel CardioExpress SL6A & SL12A 98410 CardioExpress SL6A CardioExpress SL6A is a six-channel ECG recorder developed for a full range of working situations and to provide

More information

Comparison of automatic QT measurement. electrocardiogram. techniques in the normal 12 lead MEASUREMENT. evaluation.9-" Currently, the main general

Comparison of automatic QT measurement. electrocardiogram. techniques in the normal 12 lead MEASUREMENT. evaluation.9- Currently, the main general 84 Br HeartJ7 1995;74:84-89 MEASUREMENT Regional Medical Physics Department, Freeman Hospital, Newcastle upon Tyne N B McLaughlin A Murray Academic Cardiology Unit, Freeman Hospital, Newcastle upon Tyne

More information

Comparison of automatic QT measurement. electrocardiogram. techniques in the normal 12 lead MEASUREMENT. evaluation.9-" Currently, the main general

Comparison of automatic QT measurement. electrocardiogram. techniques in the normal 12 lead MEASUREMENT. evaluation.9- Currently, the main general 84 Br HeartJ7 1995;74:84-89 MEASUREMENT Regional Medical Physics Department, Freeman Hospital, Newcastle upon Tyne N B McLaughlin A Murray Academic Cardiology Unit, Freeman Hospital, Newcastle upon Tyne

More information

Physiologic Monitoring Systems for Life Science Research. Partner with DSI and discover the possibilities.

Physiologic Monitoring Systems for Life Science Research. Partner with DSI and discover the possibilities. Physiologic Monitoring Systems for Life Science Research Partner with DSI and discover the possibilities. Flexible Solutions for Research Cardiovascular arterial and left ventricular pressures, ECG, activity,

More information

Re: Request for Permission to Release Data to the Cardiac Safety Research Consortium

Re: Request for Permission to Release Data to the Cardiac Safety Research Consortium Date: Re: Request for Permission to Release Data to the Cardiac Safety Research Consortium To: Dear Dr XXXX: We write to ask for your support in a collaborative effort sponsored by the Cardiac Safety Research

More information

Medical instrumentationi 11/19/2010

Medical instrumentationi 11/19/2010 Medical instrumentationi BIOEN 302 11/19/2010 Medical instrumentation Definition: instrument for sensing, diagnostics, therapeutics or surgery of human being. 2 Medical instrumentation Definition: instrument

More information

General problems of metrology and indirect measuring in cardiology: error estimation criteria for indirect measurements of heart cycle phase durations

General problems of metrology and indirect measuring in cardiology: error estimation criteria for indirect measurements of heart cycle phase durations General problems of metrology and indirect measuring in cardiology: error estimation criteria for indirect measurements of heart cycle phase durations Konstantine K. Mamberger 1* 1 Russian New University,

More information

Accelerate your wor k fl ow

Accelerate your wor k fl ow Accelerate your wor k fl ow Philips Holter Monitoring System DigiTrak XT Release 2.9 Designed to meet your Philips Holter Monitoring System is designed to simplify life for you and your patients. It provides

More information

Networked intermediate care

Networked intermediate care Networked intermediate care Connected to more The IntelliVue family of networked patient monitors gives care teams throughout the hospital more of the information they need right at the patient s side.

More information

Welch Allyn Q-Stress Cardiac Stress Testing System

Welch Allyn Q-Stress Cardiac Stress Testing System Welch Allyn Q-Stress Cardiac Stress Testing System CARDIOPULMONARY A Legacy of Clinical Excellence Welch Allyn brings proven expertise to the forefront of diagnostic cardiac stress testing. The Welch Allyn

More information

Interpretable Predictions of Clinical Outcomes with An Attention-based Recurrent Neural Network

Interpretable Predictions of Clinical Outcomes with An Attention-based Recurrent Neural Network ACM-BCB 2017 Interpretable Predictions of Clinical Outcomes with An Attention-based Recurrent Neural Network Ying Sha and May D. Wang Georgia Institute of Technology Aug. 22 th, 2017 Outline Background

More information

Healthcare is changing. Are you prepared to change with it?

Healthcare is changing. Are you prepared to change with it? Healthcare is changing. Are you prepared to change with it? IQ holter In the case of a suspected heart condition, physicians are increasingly using a Holter monitoring system as an extension of their diagnostic

More information

Transforming Validated Clinical Research into the new Cerner and EPIC App Stores (SMART FHIR)

Transforming Validated Clinical Research into the new Cerner and EPIC App Stores (SMART FHIR) Transforming Validated Clinical Research into the new Cerner and EPIC App Stores (SMART FHIR) Iltifat Husain MD Co-founder, IMPATHIQ Assistant Professor of Emergency Medicine Wake Forest School of Medicine

More information

Get To The Heart Of Your Cardiology Workflow

Get To The Heart Of Your Cardiology Workflow GE Healthcare Get To The Heart Of Your Cardiology Workflow Only with Centricity CARDDAS Xi 2 imagination at work Centricity CARDDAS Xi 2 Your Cardiology Clinical Workflow Enabler Centricity CARDDAS Xi

More information

GE Healthcare. CardioSoft. Multifunctional PC-based diagnostic system

GE Healthcare. CardioSoft. Multifunctional PC-based diagnostic system GE Healthcare Multifunctional -based diagnostic system Innovation makes an office visit. When a cardiac software program brings such powerful functionality to a physician s office, to call it a software-only

More information

Mobile Human Data from Real People in Real Environments

Mobile Human Data from Real People in Real Environments Mobile Human Data from Real People in Real Environments Equivital TM Equivital develops products to harness the power & value of mobile human data, that is data from real people in real environments >10

More information

Computational Challenges of Medical Genomics

Computational Challenges of Medical Genomics Talk at the VSC User Workshop Neusiedl am See, 27 February 2012 [cbock@cemm.oeaw.ac.at] http://medical-epigenomics.org (lab) http://www.cemm.oeaw.ac.at (institute) Introducing myself to Vienna s scientific

More information

Labview based Electrocardiograph (ECG) Patient Monitoring System for Cardiovascular Patient using WSNs

Labview based Electrocardiograph (ECG) Patient Monitoring System for Cardiovascular Patient using WSNs Labview based Electrocardiograph (ECG) Patient Monitoring System for Cardiovascular Patient using WSNs Vijay Srivastava Dept. ECE, Krishna Institute of Engineering& Technology, Ghaziabad, UP India Krati

More information

Networked intermediate care

Networked intermediate care Networked intermediate care IntelliVue MP40 and MP50 patient monitors Connected to more The IntelliVue family of networked patient monitors gives care teams throughout the hospital more of the information

More information

21 CFR Part 11 Administrative Tools Part 11 Trackable Changes Maintenance Plans Upgrades Part 11 LDAP Support QC-SORT

21 CFR Part 11 Administrative Tools Part 11 Trackable Changes Maintenance Plans Upgrades Part 11 LDAP Support QC-SORT Product Catalog Software Solutions Prolink offers an entire suite of software solutions to address and automate the data collection and quality analysis tasks performed throughout your organization. As

More information

Medical Electronic Devices

Medical Electronic Devices Medical Electronic Devices Basic Electronics (Electronic devices, Amplifiers, A/D, D/A) Electrodes EEG Deep brain stimulator ECG Cardiac Pacemakers External Defibrillators EMG Neuromuscular Electrical

More information

i 4 icentral CIC GE Healthcare Centralized surveillance and clinical review station

i 4 icentral CIC GE Healthcare Centralized surveillance and clinical review station GE Healthcare i 4 Centralized surveillance and clinical review station icentral CIC imm icentral CIC the power of clinical information iconnect i 4 ipon icentral icentral the innovative, intuitive, integrated,

More information

McKesson Cardiology Bringing together all the cardiovascular information you need into a single platform

McKesson Cardiology Bringing together all the cardiovascular information you need into a single platform Care Providers Hospitals and Health Systems Enterprise Image and Information Management McKesson Cardiology Bringing together all the cardiovascular information you need into a single platform Catheterization

More information

Machine learning for healthcare technologies an introduction

Machine learning for healthcare technologies an introduction Chapter 1 Machine learning for healthcare technologies an introduction David A. Clifton 1 1.1 The changing needs of healthcare Much has been written concerning the manner in which healthcare is changing,

More information

Q-STRESS CARDIAC STRESS TESTING SYSTEM

Q-STRESS CARDIAC STRESS TESTING SYSTEM Q-STRESS CARDIAC STRESS TESTING SYSTEM This product is available through: JRT Associates 800-221-0111 A Legacy of Clinical Excellence Mortara brings proven expertise to the forefront of diagnostic cardiac

More information

1. RF ablation guarding circuits for EIT

1. RF ablation guarding circuits for EIT 1. RF ablation guarding circuits for EIT Synopsis: Intracardiac and endovascular ablation therapies are widespread in their use in the treatment of a variety of cardiac arrhythmias as well as renal artery

More information

Identifying Clostridium Difficile in the ICU Using Bayesian Networks

Identifying Clostridium Difficile in the ICU Using Bayesian Networks Identifying Clostridium Difficile in the ICU Using Bayesian Networks Phenome Based Analysis Peijin Zhang Second Annual MIT PRIMES Conference May 20th, 2012 MIT Primes Conference - Peijin Zhang 1 of 21

More information

ORACLE OTTAWA REGION FOR ADVANCED CARDIOVASCULAR RESEARCH EXCELLENCE STRATEGIC DIRECTIONS

ORACLE OTTAWA REGION FOR ADVANCED CARDIOVASCULAR RESEARCH EXCELLENCE STRATEGIC DIRECTIONS ORACLE OTTAWA REGION FOR ADVANCED CARDIOVASCULAR RESEARCH EXCELLENCE STRATEGIC DIRECTIONS 2018-2024 ORACLE 2.0: Leading Globally, from Innovation to Impact P1 P2 NOTE FROM OUR LEADERS NOTE FROM VP RESEARCH,

More information

Date: May 26, 2015 Page 1

Date: May 26, 2015 Page 1 Part I. Answer these questions by marking the best answer among the choices given: [2 points each] 1. Ethics and morals differ in that a. Only one of them should be followed b. Ethics are for professionals

More information

Face detection method based on photoplethysmography

Face detection method based on photoplethysmography Workshop on Low-Resolution Face Analysis (LRFA) in conjunction with 2013 10th IEEE International Conference on Advanced Video and Signal Based Surveillance Face detection method based on photoplethysmography

More information

NEURON-SPECTRUM.NETω

NEURON-SPECTRUM.NETω NEURON-SPECTRUM.NETω Software for Neuron-Spectrum Systems 8-256 channel acquisition User-friendly interface compatible with touchscreen displays Flexible stimulator settings analysis during acquisition

More information

Dr. David A. Clifton W.K. Kellogg Research Fellow in Biomedical Engineering Institute of Biomedical Engineering, University of Oxford

Dr. David A. Clifton W.K. Kellogg Research Fellow in Biomedical Engineering Institute of Biomedical Engineering, University of Oxford Dr. David A. Clifton W.K. Kellogg Research Fellow in Biomedical Engineering Institute of Biomedical Engineering, University of Oxford The clinical need Method: machine learning for vital-signs monitoring

More information

Tracking stress and workload in the Maritime/Tugboat world

Tracking stress and workload in the Maritime/Tugboat world Tracking stress and workload in the Maritime/Tugboat world INTRODUCTION OF PROJECT PARTNERS 2 BACKGROUND 3 4 MARIN B 5 WORKLOAD EXPLAINED 6 WHY DO WE NEED A WORKLOAD INDICATOR? Identify most critical phases

More information

Whitepaper. Tackling Complex Data Challenges in Healthcare Analytics.

Whitepaper. Tackling Complex Data Challenges in Healthcare Analytics. Whitepaper Tackling Complex Data Challenges in Healthcare Analytics Introduction: In recent years, healthcare organizations have grown increasingly aware of the potential beneficiary uses of the data which

More information

Knowledge-Guided Analysis with KnowEnG Lab

Knowledge-Guided Analysis with KnowEnG Lab Han Sinha Song Weinshilboum Knowledge-Guided Analysis with KnowEnG Lab KnowEnG Center Powerpoint by Charles Blatti Knowledge-Guided Analysis KnowEnG Center 2017 1 Exercise In this exercise we will be doing

More information

GE Healthcare. The new MAC * 800

GE Healthcare. The new MAC * 800 GE Healthcare The new MAC * 800 Fits your needs wherever you are. Advanced ECG technology can make a real difference in patient care. As long as it s working for you and not the other way around. The new

More information

Motif Discovery in Physiological Datasets: A Methodology for Inferring Predictive Elements

Motif Discovery in Physiological Datasets: A Methodology for Inferring Predictive Elements Motif Discovery in Physiological Datasets: A Methodology for Inferring Predictive Elements 2 ZEESHAN SYED University of Michigan and COLLIN STULTZ, MANOLIS KELLIS, PIOTR INDYK, and JOHN GUTTAG Massachusetts

More information

Cardiology Information Management System. Sentinel

Cardiology Information Management System. Sentinel Cardiology Information Management System 11 98201 Critical Information at your fingertips s web-based architecture and mobile platform support provides immediate access to complete patient information.

More information

MEDICAL ELECTRONICS. Subject Title : Medical Electronics Subject Code : EC Hours Per Week : 04 Hours Per Semester : 64 TOPIC ANALYSIS

MEDICAL ELECTRONICS. Subject Title : Medical Electronics Subject Code : EC Hours Per Week : 04 Hours Per Semester : 64 TOPIC ANALYSIS MEDICAL ELECTRONICS Subject Title : Medical Electronics Subject Code : EC Hours Per Week : 04 Hours Per Semester : 64 SL. No TOPIC ANALYSIS Major Topics Hours Allotted UNIT I 1 Bio medical system and bio

More information

GE Healthcare. MAC 600 Resting ECG Connecting hearts and minds

GE Healthcare. MAC 600 Resting ECG Connecting hearts and minds GE Healthcare MAC 600 Resting ECG Connecting hearts and minds Reaching more people with digital ECG It s a new picture of global health Around the world, improving health starts with improving access to

More information

Measurement of ion channel functions under in vitro conditions. Dr. Norbert Nagy Research Associate Department of Pharmacology and Pharmacotherapy

Measurement of ion channel functions under in vitro conditions. Dr. Norbert Nagy Research Associate Department of Pharmacology and Pharmacotherapy Measurement of ion channel functions under in vitro conditions Dr. Norbert Nagy Research Associate Department of Pharmacology and Pharmacotherapy Topics: -Electrophysiological techniques for basic research

More information

Clinical Information Systems

Clinical Information Systems Clinical Information Systems One System with Multiple Solutions Perfusion Anesthesia ICU EMR EMR Integrated Workstation and Tablet Solutions The VIPER EMR module has been developed using an app-based architecture.

More information

HARDWARE IMPLEMENTATION OF REAL-TIME BEAT DETECTION AND CLASSIFICATION ALGORITHM FOR AUTOMATED ECG ANALYSIS. Ria Ghosh

HARDWARE IMPLEMENTATION OF REAL-TIME BEAT DETECTION AND CLASSIFICATION ALGORITHM FOR AUTOMATED ECG ANALYSIS. Ria Ghosh HARDWARE IMPLEMENTATION OF REAL-TIME BEAT DETECTION AND CLASSIFICATION ALGORITHM FOR AUTOMATED ECG ANALYSIS by Ria Ghosh APPROVED BY SUPERVISORY COMMITTEE: Dr. Lakshman S. Tamil, Chair Dr. Mehrdad Nourani

More information

MAC 2000 ECG Analysis System Streamlined for your hospital. gehealthcare.com

MAC 2000 ECG Analysis System Streamlined for your hospital. gehealthcare.com MAC 2000 ECG Analysis System Streamlined for your hospital gehealthcare.com smart. MAC 2000 Complex hospital environments demand simple solutions. Equipment that simply works, every time. Technology that

More information

MAC GE Healthcare. Resting ECG analysis system

MAC GE Healthcare. Resting ECG analysis system GE Healthcare MAC 5500 Resting ECG analysis system Built on GE s proven innovation in ECG acquisition and analysis, the MAC 5500 is GE s premier ECG system, delivering advanced disease management capabilities

More information

PageWriter. TC50 Cardiograph. Always in touch. The print quality of this copy is not an accurate representation of the original.

PageWriter. TC50 Cardiograph. Always in touch. The print quality of this copy is not an accurate representation of the original. PageWriter TC50 Cardiograph Always in touch Intuitive and efficient You need to fit a lot into every day. That is why we have fit a lot into the Philips PageWriter TC50 cardiograph. It is an affordable

More information

WEARABLE BLOOD PRESSURE MONITORING SYSTEM Case Study of Multiplatform Applications for Medical Use

WEARABLE BLOOD PRESSURE MONITORING SYSTEM Case Study of Multiplatform Applications for Medical Use WEARABLE BLOOD PRESSURE MONITORING SYSTEM Case Study of Multiplatform Applications for Medical Use Maxime Labat, Guillaume Lopez, Masaki Shuzo, Ichiro Yamada The University of Tokyo, School of Engineering,

More information

GE Healthcare. Fundamental fit. MAC 3500 resting ECG analysis system

GE Healthcare. Fundamental fit. MAC 3500 resting ECG analysis system GE Healthcare Fundamental fit MAC 3500 resting ECG analysis system Built on a strong foundation. The MAC family of resting ECG systems has been known to be one of the hardest-working in the industry. With

More information

Determination of Death Practices in Intensive Care Research Program

Determination of Death Practices in Intensive Care Research Program Sonny Dhanani Primary Investigator Critical Care, Children s Hospital of Eastern Ontario, University of Ottawa Laura Hornby Clinical Research Project Manager Research Institute, Children s Hospital of

More information

Overview & Introduction. BME 450: Biomedical Engineering Design I

Overview & Introduction. BME 450: Biomedical Engineering Design I Overview & Introduction BME 450: Biomedical Engineering Design I Why do we care about BME design? Unlimited number of potential applications for biomedical engineering design Engineering can be used to

More information

Efficient Health Monitoring System using Sensor Networks

Efficient Health Monitoring System using Sensor Networks International Journal of Scientific & Engineering Research Volume 3, Issue 6, June-2012 1 Efficient Health Monitoring System using Sensor Networks K.Ramesh, S.V.Aswin Kumer Abstract A special purpose sensor

More information

Clinical Study Synopsis for Public Disclosure

Clinical Study Synopsis for Public Disclosure abcd Clinical Study Synopsis for Public Disclosure This clinical study synopsis is provided in line with s Policy on Transparency and Publication of Clinical Study Data. The synopsis - which is part of

More information

New Frontiers in Personalized Medicine

New Frontiers in Personalized Medicine New Frontiers in Personalized Medicine Oracle Open World Shanghai 2013 Neil de Crescenzo SVP and GM 1 Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

Testimony of Christopher Newton-Cheh, MD, MPH Volunteer for the American Heart Association

Testimony of Christopher Newton-Cheh, MD, MPH Volunteer for the American Heart Association Testimony of Christopher Newton-Cheh, MD, MPH Volunteer for the American Heart Association Before the House Energy and Commerce Subcommittee on Health 21st Century Cures: Examining the Regulation of Laboratory

More information

Tutorial. Bisulfite Sequencing. Sample to Insight. September 15, 2016

Tutorial. Bisulfite Sequencing. Sample to Insight. September 15, 2016 Bisulfite Sequencing September 15, 2016 Sample to Insight CLC bio, a QIAGEN Company Silkeborgvej 2 Prismet 8000 Aarhus C Denmark Telephone: +45 70 22 32 44 www.clcbio.com support-clcbio@qiagen.com Bisulfite

More information

NeonatalHeartRateDetectionUsing AuxiliaryOpticalSystem MridulaGarimella,T.V.HimajaSree,AnushaBandari,IbrahimPatel Abstract: Fetal heart rate (FHR) monitoring is a proven means of assessing fetal health

More information

Blue Marble University. Fast Track Combination Bachelor of Science (B.S.) and Doctor of Science (D.Sc.) in Biomedical engineering

Blue Marble University. Fast Track Combination Bachelor of Science (B.S.) and Doctor of Science (D.Sc.) in Biomedical engineering Blue Marble University Fast Track Combination Bachelor of Science (B.S.) and Doctor of Science (D.Sc.) in Biomedical engineering 5 Year program which you can enter right after High School And Complete

More information

The time has come. Philips GEMINI TF PET/CT with TruFlight technology

The time has come. Philips GEMINI TF PET/CT with TruFlight technology The time has come Philips GEMINI TF PET/CT with TruFlight technology TruFlight has arrived Time-of-flight technology has always held the promise of better PET imaging. But it took Philips to harness its

More information

THE EXPERT PRECISION QT APPROACH

THE EXPERT PRECISION QT APPROACH WHITE PAPER THE EXPERT PRECISION QT APPROACH Driving earlier assessments of cardiac safety and supporting regulatory change Borje Darpo, MD, PhD February 2018 TABLE OF CONTENTS THE CARDIAC SAFETY TESTING

More information

Preventing Adverse Events: Just try harder?

Preventing Adverse Events: Just try harder? OpenPediatrics: Pediatric Critical Care Coming of Age Preventing Adverse Events: Just try harder? Predicting and Preventing - Proof of Concept Peter C. Laussen, MBBS, FRANZCA, FCICM Chief, Department of

More information

for exceptional care

for exceptional care IntelliSpace ECG Cardiology information management Managing workflow your way for exceptional care When an ECG is more than an ECG Philips IntelliSpace ECG provides fast, easy access to ECGs from almost

More information

LOGIQ S8 with XDclear Simply Amazing

LOGIQ S8 with XDclear Simply Amazing GE Healthcare LOGIQ S8 with XDclear Simply Amazing SIMPLY AMAZING Now part of the XDclear Family Can a hard-working, general purpose ultrasound system deliver premium images across a wide range of body

More information

INVESTOR PRESENTATION

INVESTOR PRESENTATION INVESTOR PRESENTATION March, 2019 2019 BioTelemetry, Inc. All rights reserved 1 FORWARD LOOKING STATEMENTS This document includes certain forward-looking statements within the meaning of the Safe Harbor

More information

The New World of Unified Image Management

The New World of Unified Image Management The New World of Unified Image Management A Guide to Imaging in the Enterprise A Publication by DICOM Grid What is Changing in the Healthcare Market Today? Organizations seeking to eliminate old ways of

More information

LivaNova Investor Day

LivaNova Investor Day LivaNova Investor Day CARDIAC SURGERY Alistair Simpson General Manager, Cardiac Surgery September 14, 2017 Safe Harbor Statement Certain statements in this presentation, other than purely historical information,

More information

QIN: Overview of Scientific Challenges

QIN: Overview of Scientific Challenges QIN: Overview of Scientific Challenges Goal: Robust methods for Imaging (QI) as a Biomarker for Response to Therapy RIDER: Public Resource to promote QI Methods and Standards QIN: Quantitative Imaging

More information

High-intensity performance. IntelliVue MP80 and MP90 patient monitors

High-intensity performance. IntelliVue MP80 and MP90 patient monitors High-intensity performance IntelliVue MP80 and MP90 patient monitors See a higher level The IntelliVue family of networked patient monitors gives care teams throughout the hospital more of the information

More information

Weekly NIH Funding Opportunities and Notices NIH Guide for Grants and Contracts February 01, 2019 Table of Contents (TOC)

Weekly NIH Funding Opportunities and Notices NIH Guide for Grants and Contracts February 01, 2019 Table of Contents (TOC) Weekly NIH Funding Opportunities and Notices NIH Guide for Grants and Contracts February 01, 2019 Table of Contents (TOC) Notices Notice of OBSSR Participation in NOT DA 19 003 "HEAL Initiative: Request

More information

Flordeliza Villanueva and colleagues were the first to prove the principle that with the use of ultrasound heart disease could be diagnosed in a

Flordeliza Villanueva and colleagues were the first to prove the principle that with the use of ultrasound heart disease could be diagnosed in a Flordeliza Villanueva and colleagues were the first to prove the principle that with the use of ultrasound heart disease could be diagnosed in a living being at the cellular level. Here is an early version

More information

HOME TELECARE: SYSTEM ARCHITECTURE TO SUPPORT CHRONIC DISEASE MANAGEMENT

HOME TELECARE: SYSTEM ARCHITECTURE TO SUPPORT CHRONIC DISEASE MANAGEMENT HOME TELECARE: SYSTEM ARCHITECTURE TO SUPPORT CHRONIC DISEASE MANAGEMENT Farah Magrabi 1,2, *Nigel H. Lovell 1,2, Khang Huynh 2, Branko G. Celler 2. 1 Graduate School of Biomedical Engineering, University

More information

SYSTEMATIC REVIEW PROTOCOL FOR ANIMAL INTERVENTION STUDIES

SYSTEMATIC REVIEW PROTOCOL FOR ANIMAL INTERVENTION STUDIES SYSTEMATIC REVIEW PROTOCOL FOR ANIMAL INTERVENTION STUDIES Item # Section/Subsection/Item A. General 1. Title of the review 2. Authors (names, affiliations, contributions) FORMAT BY SYRCLE (WWW.SYRCLE.NL)

More information

Hill-Rom: Acquiring Mortara Instrument Complementary Combination Strengthens Clinical Focus on Diagnostic Cardiology and Patient Monitoring

Hill-Rom: Acquiring Mortara Instrument Complementary Combination Strengthens Clinical Focus on Diagnostic Cardiology and Patient Monitoring Hill-Rom: Acquiring Mortara Instrument Complementary Combination Strengthens Clinical Focus on Diagnostic Cardiology and Patient Monitoring January 10, 2017 Forward Looking Statements This presentation

More information

siemens.com/teamplay teamplay data sheet

siemens.com/teamplay teamplay data sheet siemens.com/teamplay teamplay data sheet valid from September, 2016 Overview teamplay is a network that brings together healthcare professionals in order to advance medicine and human health in a team

More information

Implantable Cardioverter Defibrillator Technology in Perspective: From Remote Monitoring to Leadless Devices

Implantable Cardioverter Defibrillator Technology in Perspective: From Remote Monitoring to Leadless Devices UNIVERSITA DEGLI STUDI DI MILANO I.R.C.C.S POLICLINICO SAN DONATO CENTRO PER LO STUDIO E LA TERAPIA DELLLE MALATTIE CARDIOVASCOLARI E. MALAN Implantable Cardioverter Defibrillator Technology in Perspective:

More information

teamplay data sheet valid from March 2017 teamplay data sheet siemens.com/teamplay

teamplay data sheet valid from March 2017 teamplay data sheet siemens.com/teamplay valid from March 2017 teamplay data sheet siemens.com/teamplay Overview teamplay is a cloud-based network that brings together healthcare professionals in order to advance medicine and human health as

More information

Smart GSM NMS Smart Network Management System

Smart GSM NMS Smart Network Management System Smart GSM NMS Smart Network Management System Smart GSM NMS Overview AddPac Technology 2010, Sales and Marketing www.addpac.com Contents System Requirement Smart NMS Networking Diagram Web-based Management

More information

CNS Clinical Trials: Suicidality and Data Collection. Ways to Facilitate Collaboration: How and Who?

CNS Clinical Trials: Suicidality and Data Collection. Ways to Facilitate Collaboration: How and Who? CNS Clinical Trials: Suicidality and Data Collection Ways to Facilitate Collaboration: How and Who? ShaAvhree Buckman, M.D., Ph.D. Acting Director Office of Translational Sciences Center for Drug Evaluation

More information

GlaxoSmithKline (GSK) Response to World Health Organization International Clinical Trials Registry Platform (ICTRP) Consultation September 2005

GlaxoSmithKline (GSK) Response to World Health Organization International Clinical Trials Registry Platform (ICTRP) Consultation September 2005 GlaxoSmithKline (GSK) Response to World Health Organization International Clinical Trials Registry Platform (ICTRP) Consultation September 2005 Introduction GlaxoSmithKline (GSK) is committed to enhancing

More information

Biomedical Informatics in BIG DATA Era

Biomedical Informatics in BIG DATA Era Biomedical Informatics in BIG DATA Era Yang C. Fann, Ph.D. Director, Intramural IT and Bioinformatics Program National Institute of Neurological Disorders and Stroke Disclaimer The opinions or assertions

More information

PROGRAM MISSION STATEMENT

PROGRAM MISSION STATEMENT Student Learning Outcomes Annual Report for UNDERGRADUATE DEGREE PROGRAMS Reporting Rubric Degree Program: Reporting Year: 2014-2015 PROGRAM MISSION STATEMENT Explicitly aligns with the university s mission

More information

Cardiac Rhythm Management // Patient Brochure // BioMonitor 2. BioMonitor 2. Patient Information

Cardiac Rhythm Management // Patient Brochure // BioMonitor 2. BioMonitor 2. Patient Information Cardiac Rhythm Management // Patient Brochure // BioMonitor 2 BioMonitor 2 Patient Information BioMonitor 2 We Listen to Your Heart Dear patient, Your doctor has decided to implant a cardiac monitor BioMonitor

More information

Plagiarism. Dr. M.G. Sreekumar UNESCO Coordinator, Greenstone Support for South Asia Head, LRC & CDDL, IIM Kozhikode

Plagiarism. Dr. M.G. Sreekumar UNESCO Coordinator, Greenstone Support for South Asia Head, LRC & CDDL, IIM Kozhikode Digital Rights Management & Plagiarism Dr. M.G. Sreekumar UNESCO Coordinator, Greenstone Support for South Asia Head, LRC & CDDL, IIM Kozhikode Agenda Intranet / Internet K-Assets/Objects, Practices, CoP,

More information

SpectroDive NEXT GENERATION TARGETED PROTEOMICS. Integration of Ready-Made Panels Improved Workflow for Custom Panels

SpectroDive NEXT GENERATION TARGETED PROTEOMICS. Integration of Ready-Made Panels Improved Workflow for Custom Panels SpectroDive NEXT GENERATION TARGETED PROTEOMICS Integration of Ready-Made Panels Improved Workflow for Custom Panels IMPROVING MULTIPLEXING FOR TARGETED PROTEOMICS Novel targeted proteomics workflows can

More information