SlideShare ist ein Scribd-Unternehmen logo
1 von 23
Downloaden Sie, um offline zu lesen
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Intensive Care Unit Automation
Joms Antony
Bichu Vijayan
Sudhin Joy
Guided by
Dr.George Varkey
Mr.Santhosh GS, AP CSE Dept
Ms.Anju S, AP CSE Dept
AMAL JYOTHI COLLEGE OF ENGINEERING
February 6, 2013
MINI PROJECT REVIEW PHASE-1 1of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Intensive Care Unit
Automation Possibilities
Possibilities for Research
1 Introduction
Intensive Care Unit
Automation Possibilities
Possibilities for Research
2 ICU Automation System
Top Level Architecture
Network Architecture
3 Monitoring Instruments & Interfacing
Instruments Used
Interfacing
Issues in Interfacing
4 Application Development
Development Tools Used
Work done So far
5 Sample Android Designs
MINI PROJECT REVIEW PHASE-1 2of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Intensive Care Unit
Automation Possibilities
Possibilities for Research
Intensive Care Unit
An Intensive Care Unit (ICU), also known as a Critical Care Unit (CCU)
is a special department of a hospital that provides intensive-care
medicine. Intensive Care Units cater to patients with the most serious
injuries and illnesses, most of which are life-threatening and need
constant, close monitoring and support from specialist equipment and
medication in order to maintain normal bodily functions
MINI PROJECT REVIEW PHASE-1 2of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Intensive Care Unit
Automation Possibilities
Possibilities for Research
Automation Possibilities
Generation of Electronic Medical Records
Progress notes
Charts
Documents
Patient Data
Automated Monitoring and Alert Generation.
Interfacing of Bed Side Monitors and Data Storage
Bar Code Integration
Lab Tests and Results
and many more...
MINI PROJECT REVIEW PHASE-1 3of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Intensive Care Unit
Automation Possibilities
Possibilities for Research
Possibilities for Research
Dynamic Decision Support Systems Eg: Alert generation &
recommendations.
Ubiquitous Computing Eg: Ubiquitous patient Monitoring.
Human Machine Interface Systems Eg: Touch user interface,
Intelligent user inteface(gestures)
Context Aware Computing Eg: Doctor/Patient context.
MINI PROJECT REVIEW PHASE-1 4of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Top Level Architecture
Network Architecture
ICU Automation System
There is a central server where the database and applications
are deployed.
A client -server architecture allows a seamless flow of
information to everyone in the clinical team.
Organizes high volume device data, lab results, calculations,
orders, medications etc
The workflow can be made easier and informative.
A web enabled application allows access to the system from a
remote location.
Clinical information is stored in the central server and is
available everywhere
MINI PROJECT REVIEW PHASE-1 5of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Top Level Architecture
Network Architecture
Top Level Architecture
MINI PROJECT REVIEW PHASE-1 6of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Top Level Architecture
Network Architecture
Network Architecture
MINI PROJECT REVIEW PHASE-1 7of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Instruments Used
Interfacing
Issues in Interfacing
Instruments Used
Multipara Monitor:It is used to monitor the temperature,
pulse,blood pressure and respiration of a patient.
MINI PROJECT REVIEW PHASE-1 8of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Instruments Used
Interfacing
Issues in Interfacing
Instruments Used
Pulse Oximeter Monitor:Monitors the arterial haemoglobin
oxygen saturation (oxygen level) of the patient’s blood with a
sensor clipped over the finger or toe.
MINI PROJECT REVIEW PHASE-1 9of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Instruments Used
Interfacing
Issues in Interfacing
Instruments Used
Ventilator:Ventilator, also called a respirator, assists with or
controls pulmonary ventilation in patients who cannot breathe on
their own.
MINI PROJECT REVIEW PHASE-1 10of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Instruments Used
Interfacing
Issues in Interfacing
Interfacing
The measurements from these instruments are stored using archaic
methods such as a patient history record on a paper. The access
to these records is cumbersome and not available unless the
medical personnel is present at the point of care.
Connecting bed side monitors and equipments to the server system
can make this automated. Once this is done data can be collected
and stored in realtime mode and can further be used for analysis.
Data Communication
RS232
RS422
via network using TCP/IP
MINI PROJECT REVIEW PHASE-1 11of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Instruments Used
Interfacing
Issues in Interfacing
Issues in Interfacing
Unfortunately, each medical instrument has its unique proprietary
API (application programming interface - if any) to provide
automated and electronic access to monitoring data. Integration of
these APIs requires an agreement with the manufacturers towards
realization of interoperable health care networking. As long as the
interoperability of instruments with a network is not possible,
ubiquitous access to patient status is limited only to manual entry
based systems.
Work done
Checked the different types of equipment in JMMC
Studied about starplus monitor(L & T)
Able to receive the starplus service manual from L & T
MINI PROJECT REVIEW PHASE-1 12of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Development Tools Used
Work done So far
Development Tools Used
Programming Language:
IDE:
SERVER:
DBMS:
Java FrameWork:
Mobile/Tab Platform:
Server Machine OS:
MINI PROJECT REVIEW PHASE-1 13of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Development Tools Used
Work done So far
Work done So far
Installed and configured JDK and Eclipse
Created a wiki,icuautomation.wikispaces.com for better
collaboration and information sharing
Configured the JBOSS Server plugin and JBOSS runtime
Installed Postgres and checked DB Connectivity using JDBC
Hands on Web Application Development
Hands on Android Development
A part of the Team Went to JMMC & and learned the ICU
Workflow by 3hr observation slots
Prepared the As-IS Document Version1
MINI PROJECT REVIEW PHASE-1 14of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Development Tools Used
Work done So far
Work done So far
Visited JMMC and stayed there for 2 days
Discussed AS-IS Document and modifications were
recommended
Met the Instrumentation Dept and made a pilot study with
regard to equipment interfacing
Met the IT incharge, Network Administrator and agreed upon
setting of ICU Server and WIFI Connectivity
Met the Medical legal Advisor to clarify on EMR
Discussed about TO-BE document
Discussed Sample designs for user interface and Input Methods
MINI PROJECT REVIEW PHASE-1 15of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Development Tools Used
Work done So far
Work done So far
Discussion on using spring framework along with hybernate
Recommended the use of MVC model
Spring Framework was installed and tested
Released the AS-IS Document version 2
Titles for research papers were finalised and worked for the
same
3 IEEE format papers were made and the initial draft is
submitted to different IEEE international conferences for
acceptance
MINI PROJECT REVIEW PHASE-1 16of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Sample Android Designs
MINI PROJECT REVIEW PHASE-1 17of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Sample Android Designs
MINI PROJECT REVIEW PHASE-1 18of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Sample Android Designs
MINI PROJECT REVIEW PHASE-1 19of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Sample Android Designs
MINI PROJECT REVIEW PHASE-1 20of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
References
Thongpithoonrat, Pongnarin; McKneely, Paul K.; Gumudavelli, Suman; Gurkan, D.; Chapman, Frank M.
Networking and plug-and-play of bedside medical instruments. EMBS 2008; 1514 - 1517
Nahm R, Poston I. Measurement of the effects of an integrated, point-of-care computer system on quality
of nursing documentation and patient satisfaction. Comput Nurs 2000; 18:220229.
Joon Lee; Scott, D.J.; Villarroel, M.; Clifford, G.D.; Saeed, M.; Mark, R.G. Open-access MIMIC-II database
for intensive care research. EMBC 2011 : 8315 8318
Apkon M, Singhaviranon P. Impact of an electronic information system on physician workflow and data
collection in the intensive care unit. Intensive Care Med 2000; 27: 122130. 11.
Insup Lee, Oleg Sokolsky, Sanjian Chen. Challenges and Research Directions in Medical Cyber-Physical
Systems. Invited Paper in Special Issue on Cyber-Physical Systems, Proceedings of the IEEE, vol.100, no.1,
pp.75-90, Jan. 2012.
Shashi Gunawardane, Ravindra Koggalage, Ranga Rodrigo, Senaka Rajapakse. A Computer-Based ICU
Patient Alert And Decision Support System. SLJCC , 2009, vol 1, 35-41.
Yi Mao; Yixin Chen; Hackmann, G.; Minmin Chen; Chenyang Lu; Kollef, M.; Bailey, T.C. Medical Data
Mining for Early Deterioration Warning in General Hospital Wards. ICDMW,2011; 1042 - 1049
Nathalie Bricon-Soufa, Conrad R. Newmanb. Context awareness in health care: A review. International
Journal of Medical Informatics 76 (2007)212
MINI PROJECT REVIEW PHASE-1 21of 22
Introduction
ICU Automation System
Monitoring Instruments & Interfacing
Application Development
Sample Android Designs
Thank You
MINI PROJECT REVIEW PHASE-1 22of 22

Weitere ähnliche Inhalte

Was ist angesagt?

MDCT AN INTRODUCTION TO CLINICAL APPLICATIONS
MDCT AN INTRODUCTION TO CLINICAL APPLICATIONSMDCT AN INTRODUCTION TO CLINICAL APPLICATIONS
MDCT AN INTRODUCTION TO CLINICAL APPLICATIONShazem youssef
 
Computed Tomography and Spiral Computed Tomography
Computed Tomography and Spiral Computed Tomography Computed Tomography and Spiral Computed Tomography
Computed Tomography and Spiral Computed Tomography JAMES JACKY
 
Ultrasound imaging
Ultrasound imagingUltrasound imaging
Ultrasound imagingAnjan Dangal
 
SUV- standardised uptake values in pet scanning
SUV- standardised uptake values in pet scanningSUV- standardised uptake values in pet scanning
SUV- standardised uptake values in pet scanningtodd_charge
 
CT Generation (Generation of CT)
CT Generation (Generation of CT)CT Generation (Generation of CT)
CT Generation (Generation of CT)Upakar Paudel
 
Digital breast tomosynthesis
Digital breast tomosynthesisDigital breast tomosynthesis
Digital breast tomosynthesisMAMTA PANDA
 
Ultrasound Machine-A Revolution In Medical Imaging
Ultrasound Machine-A Revolution In Medical ImagingUltrasound Machine-A Revolution In Medical Imaging
Ultrasound Machine-A Revolution In Medical ImagingRAVI KANT
 
Radionuclide Imaging
Radionuclide ImagingRadionuclide Imaging
Radionuclide ImagingEneutron
 
Basic principle of ct and ct generations
Basic principle of ct and ct generationsBasic principle of ct and ct generations
Basic principle of ct and ct generationsTarun Goyal
 
Components of MRI
Components of MRIComponents of MRI
Components of MRISyed Jamal
 
Sonourethrogram
Sonourethrogram Sonourethrogram
Sonourethrogram Media Genie
 
Magnetic resonance imaging (mri) asit meher ppt
Magnetic resonance imaging (mri) asit meher pptMagnetic resonance imaging (mri) asit meher ppt
Magnetic resonance imaging (mri) asit meher pptAsit Meher
 

Was ist angesagt? (20)

MDCT AN INTRODUCTION TO CLINICAL APPLICATIONS
MDCT AN INTRODUCTION TO CLINICAL APPLICATIONSMDCT AN INTRODUCTION TO CLINICAL APPLICATIONS
MDCT AN INTRODUCTION TO CLINICAL APPLICATIONS
 
Magnetic Resonance Imaging
Magnetic Resonance ImagingMagnetic Resonance Imaging
Magnetic Resonance Imaging
 
MRI IN UROLOGY
MRI IN UROLOGYMRI IN UROLOGY
MRI IN UROLOGY
 
Computed Tomography and Spiral Computed Tomography
Computed Tomography and Spiral Computed Tomography Computed Tomography and Spiral Computed Tomography
Computed Tomography and Spiral Computed Tomography
 
PET-MRI BASIC PRINCIPAL
PET-MRI BASIC PRINCIPAL                                                 PET-MRI BASIC PRINCIPAL
PET-MRI BASIC PRINCIPAL
 
CT Enteroclysis
CT EnteroclysisCT Enteroclysis
CT Enteroclysis
 
Ultrasound imaging
Ultrasound imagingUltrasound imaging
Ultrasound imaging
 
SUV- standardised uptake values in pet scanning
SUV- standardised uptake values in pet scanningSUV- standardised uptake values in pet scanning
SUV- standardised uptake values in pet scanning
 
CT Generation (Generation of CT)
CT Generation (Generation of CT)CT Generation (Generation of CT)
CT Generation (Generation of CT)
 
Digital breast tomosynthesis
Digital breast tomosynthesisDigital breast tomosynthesis
Digital breast tomosynthesis
 
Ultrasound Machine-A Revolution In Medical Imaging
Ultrasound Machine-A Revolution In Medical ImagingUltrasound Machine-A Revolution In Medical Imaging
Ultrasound Machine-A Revolution In Medical Imaging
 
Bone scan
Bone scanBone scan
Bone scan
 
Radionuclide Imaging
Radionuclide ImagingRadionuclide Imaging
Radionuclide Imaging
 
Basic principle of ct and ct generations
Basic principle of ct and ct generationsBasic principle of ct and ct generations
Basic principle of ct and ct generations
 
Basic principles of CT scanning
Basic principles of CT scanningBasic principles of CT scanning
Basic principles of CT scanning
 
Components of MRI
Components of MRIComponents of MRI
Components of MRI
 
Sonourethrogram
Sonourethrogram Sonourethrogram
Sonourethrogram
 
Ct head & neck
Ct head & neckCt head & neck
Ct head & neck
 
Magnetic resonance imaging (mri) asit meher ppt
Magnetic resonance imaging (mri) asit meher pptMagnetic resonance imaging (mri) asit meher ppt
Magnetic resonance imaging (mri) asit meher ppt
 
Computed tomography
Computed tomographyComputed tomography
Computed tomography
 

Andere mochten auch

ICU project/ medical project
ICU project/ medical projectICU project/ medical project
ICU project/ medical project金花 任
 
Introduction to Android - Mobile Portland
Introduction to Android - Mobile PortlandIntroduction to Android - Mobile Portland
Introduction to Android - Mobile Portlandsullis
 
School management system
School management systemSchool management system
School management systemSoumya Behera
 
Android seminar-presentation
Android seminar-presentationAndroid seminar-presentation
Android seminar-presentationconnectshilpa
 
Student management system
Student management systemStudent management system
Student management systemGaurav Subham
 
Android College Application Project Report
Android College Application Project ReportAndroid College Application Project Report
Android College Application Project Reportstalin george
 
Student database management system
Student database management systemStudent database management system
Student database management systemSnehal Raut
 
Student management system
Student management systemStudent management system
Student management systemAmit Gandhi
 
Project report-on-student-information-management-system-php-mysql
Project report-on-student-information-management-system-php-mysqlProject report-on-student-information-management-system-php-mysql
Project report-on-student-information-management-system-php-mysqlRaj Sharma
 

Andere mochten auch (11)

ICU project/ medical project
ICU project/ medical projectICU project/ medical project
ICU project/ medical project
 
Great Apps for Great Librarians
Great Apps for Great LibrariansGreat Apps for Great Librarians
Great Apps for Great Librarians
 
Introduction to Android - Mobile Portland
Introduction to Android - Mobile PortlandIntroduction to Android - Mobile Portland
Introduction to Android - Mobile Portland
 
School management system
School management systemSchool management system
School management system
 
Android seminar-presentation
Android seminar-presentationAndroid seminar-presentation
Android seminar-presentation
 
Student management system
Student management systemStudent management system
Student management system
 
Android College Application Project Report
Android College Application Project ReportAndroid College Application Project Report
Android College Application Project Report
 
Student database management system
Student database management systemStudent database management system
Student database management system
 
School Management System
School Management SystemSchool Management System
School Management System
 
Student management system
Student management systemStudent management system
Student management system
 
Project report-on-student-information-management-system-php-mysql
Project report-on-student-information-management-system-php-mysqlProject report-on-student-information-management-system-php-mysql
Project report-on-student-information-management-system-php-mysql
 

Ähnlich wie Icuautomation

Smart Wearable System For Patients With Respiratory DisordersUsing IOT
Smart Wearable System For Patients With Respiratory DisordersUsing IOTSmart Wearable System For Patients With Respiratory DisordersUsing IOT
Smart Wearable System For Patients With Respiratory DisordersUsing IOTIRJET Journal
 
PROTOTYPE APPLICATION IN ANDROID PLATFORM FOR SYSTEM ADMINISTRATION OF HPC CL...
PROTOTYPE APPLICATION IN ANDROID PLATFORM FOR SYSTEM ADMINISTRATION OF HPC CL...PROTOTYPE APPLICATION IN ANDROID PLATFORM FOR SYSTEM ADMINISTRATION OF HPC CL...
PROTOTYPE APPLICATION IN ANDROID PLATFORM FOR SYSTEM ADMINISTRATION OF HPC CL...IJITCA Journal
 
Android Based Smart Department
Android Based Smart DepartmentAndroid Based Smart Department
Android Based Smart DepartmentIRJET Journal
 
Experitest-Infosys Co-Webinar on Mobile Continuous Integration
Experitest-Infosys Co-Webinar on Mobile Continuous IntegrationExperitest-Infosys Co-Webinar on Mobile Continuous Integration
Experitest-Infosys Co-Webinar on Mobile Continuous IntegrationExperitest
 
IRJET- Android Malware Detection System
IRJET-  	  Android Malware Detection SystemIRJET-  	  Android Malware Detection System
IRJET- Android Malware Detection SystemIRJET Journal
 
MICRE: Microservices In MediCal Research Environments
MICRE: Microservices In MediCal Research EnvironmentsMICRE: Microservices In MediCal Research Environments
MICRE: Microservices In MediCal Research EnvironmentsMartin Chapman
 
Mitigating Privilege-Escalation Attacks on Android Report
Mitigating Privilege-Escalation Attacks on Android  ReportMitigating Privilege-Escalation Attacks on Android  Report
Mitigating Privilege-Escalation Attacks on Android ReportVinoth Kanna
 
Android Security: A Survey of Security Issues and Defenses
Android Security: A Survey of Security Issues and DefensesAndroid Security: A Survey of Security Issues and Defenses
Android Security: A Survey of Security Issues and DefensesIRJET Journal
 
Ch1-Software Engineering 9
Ch1-Software Engineering 9Ch1-Software Engineering 9
Ch1-Software Engineering 9Ian Sommerville
 
IRJET- Cross Platform Penetration Testing Suite
IRJET-  	  Cross Platform Penetration Testing SuiteIRJET-  	  Cross Platform Penetration Testing Suite
IRJET- Cross Platform Penetration Testing SuiteIRJET Journal
 
apidays LIVE New York 2021 - Solving API security through holistic obervabili...
apidays LIVE New York 2021 - Solving API security through holistic obervabili...apidays LIVE New York 2021 - Solving API security through holistic obervabili...
apidays LIVE New York 2021 - Solving API security through holistic obervabili...apidays
 
Cloud Based intrusion Detection System
Cloud Based intrusion Detection SystemCloud Based intrusion Detection System
Cloud Based intrusion Detection SystemIJMTST Journal
 
Proposed Workable Process Flow with Analysis Framework for Android Forensics ...
Proposed Workable Process Flow with Analysis Framework for Android Forensics ...Proposed Workable Process Flow with Analysis Framework for Android Forensics ...
Proposed Workable Process Flow with Analysis Framework for Android Forensics ...theijes
 
IRJET- Comparative Study on Network Monitoring Tools
IRJET- Comparative Study on Network Monitoring ToolsIRJET- Comparative Study on Network Monitoring Tools
IRJET- Comparative Study on Network Monitoring ToolsIRJET Journal
 

Ähnlich wie Icuautomation (20)

Smart Wearable System For Patients With Respiratory DisordersUsing IOT
Smart Wearable System For Patients With Respiratory DisordersUsing IOTSmart Wearable System For Patients With Respiratory DisordersUsing IOT
Smart Wearable System For Patients With Respiratory DisordersUsing IOT
 
PROTOTYPE APPLICATION IN ANDROID PLATFORM FOR SYSTEM ADMINISTRATION OF HPC CL...
PROTOTYPE APPLICATION IN ANDROID PLATFORM FOR SYSTEM ADMINISTRATION OF HPC CL...PROTOTYPE APPLICATION IN ANDROID PLATFORM FOR SYSTEM ADMINISTRATION OF HPC CL...
PROTOTYPE APPLICATION IN ANDROID PLATFORM FOR SYSTEM ADMINISTRATION OF HPC CL...
 
Android Based Smart Department
Android Based Smart DepartmentAndroid Based Smart Department
Android Based Smart Department
 
Experitest-Infosys Co-Webinar on Mobile Continuous Integration
Experitest-Infosys Co-Webinar on Mobile Continuous IntegrationExperitest-Infosys Co-Webinar on Mobile Continuous Integration
Experitest-Infosys Co-Webinar on Mobile Continuous Integration
 
[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...
[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...
[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...
 
Android security
Android securityAndroid security
Android security
 
Android security
Android securityAndroid security
Android security
 
IRJET- Android Malware Detection System
IRJET-  	  Android Malware Detection SystemIRJET-  	  Android Malware Detection System
IRJET- Android Malware Detection System
 
MICRE: Microservices In MediCal Research Environments
MICRE: Microservices In MediCal Research EnvironmentsMICRE: Microservices In MediCal Research Environments
MICRE: Microservices In MediCal Research Environments
 
Mitigating Privilege-Escalation Attacks on Android Report
Mitigating Privilege-Escalation Attacks on Android  ReportMitigating Privilege-Escalation Attacks on Android  Report
Mitigating Privilege-Escalation Attacks on Android Report
 
Android Security: A Survey of Security Issues and Defenses
Android Security: A Survey of Security Issues and DefensesAndroid Security: A Survey of Security Issues and Defenses
Android Security: A Survey of Security Issues and Defenses
 
labiqa'd.pptx
labiqa'd.pptxlabiqa'd.pptx
labiqa'd.pptx
 
Ch1-Software Engineering 9
Ch1-Software Engineering 9Ch1-Software Engineering 9
Ch1-Software Engineering 9
 
I018145157
I018145157I018145157
I018145157
 
IRJET- Cross Platform Penetration Testing Suite
IRJET-  	  Cross Platform Penetration Testing SuiteIRJET-  	  Cross Platform Penetration Testing Suite
IRJET- Cross Platform Penetration Testing Suite
 
apidays LIVE New York 2021 - Solving API security through holistic obervabili...
apidays LIVE New York 2021 - Solving API security through holistic obervabili...apidays LIVE New York 2021 - Solving API security through holistic obervabili...
apidays LIVE New York 2021 - Solving API security through holistic obervabili...
 
Ch1
Ch1Ch1
Ch1
 
Cloud Based intrusion Detection System
Cloud Based intrusion Detection SystemCloud Based intrusion Detection System
Cloud Based intrusion Detection System
 
Proposed Workable Process Flow with Analysis Framework for Android Forensics ...
Proposed Workable Process Flow with Analysis Framework for Android Forensics ...Proposed Workable Process Flow with Analysis Framework for Android Forensics ...
Proposed Workable Process Flow with Analysis Framework for Android Forensics ...
 
IRJET- Comparative Study on Network Monitoring Tools
IRJET- Comparative Study on Network Monitoring ToolsIRJET- Comparative Study on Network Monitoring Tools
IRJET- Comparative Study on Network Monitoring Tools
 

Mehr von Joms Antony

Environmental economics
Environmental economicsEnvironmental economics
Environmental economicsJoms Antony
 
Course File-AUE010305
Course File-AUE010305Course File-AUE010305
Course File-AUE010305Joms Antony
 
MCSCS301-Final Presentation
MCSCS301-Final PresentationMCSCS301-Final Presentation
MCSCS301-Final PresentationJoms Antony
 
MCCS301-Final Presentation
MCCS301-Final PresentationMCCS301-Final Presentation
MCCS301-Final PresentationJoms Antony
 
Architectural Design
Architectural DesignArchitectural Design
Architectural DesignJoms Antony
 
Laboratory Linkage for NICU Automation in JMMC
Laboratory Linkage for NICU Automation in JMMCLaboratory Linkage for NICU Automation in JMMC
Laboratory Linkage for NICU Automation in JMMCJoms Antony
 
Icon Based text Editor
Icon Based  text EditorIcon Based  text Editor
Icon Based text EditorJoms Antony
 
Decision support
Decision supportDecision support
Decision supportJoms Antony
 

Mehr von Joms Antony (10)

Environmental economics
Environmental economicsEnvironmental economics
Environmental economics
 
Course File-AUE010305
Course File-AUE010305Course File-AUE010305
Course File-AUE010305
 
MCSCS301-Final Presentation
MCSCS301-Final PresentationMCSCS301-Final Presentation
MCSCS301-Final Presentation
 
MCCS301-Final Presentation
MCCS301-Final PresentationMCCS301-Final Presentation
MCCS301-Final Presentation
 
Architectural Design
Architectural DesignArchitectural Design
Architectural Design
 
Laboratory Linkage for NICU Automation in JMMC
Laboratory Linkage for NICU Automation in JMMCLaboratory Linkage for NICU Automation in JMMC
Laboratory Linkage for NICU Automation in JMMC
 
Icon Based text Editor
Icon Based  text EditorIcon Based  text Editor
Icon Based text Editor
 
ICUAS
ICUASICUAS
ICUAS
 
Decision support
Decision supportDecision support
Decision support
 
Context aware
Context awareContext aware
Context aware
 

Icuautomation

  • 1. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Intensive Care Unit Automation Joms Antony Bichu Vijayan Sudhin Joy Guided by Dr.George Varkey Mr.Santhosh GS, AP CSE Dept Ms.Anju S, AP CSE Dept AMAL JYOTHI COLLEGE OF ENGINEERING February 6, 2013 MINI PROJECT REVIEW PHASE-1 1of 22
  • 2. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Intensive Care Unit Automation Possibilities Possibilities for Research 1 Introduction Intensive Care Unit Automation Possibilities Possibilities for Research 2 ICU Automation System Top Level Architecture Network Architecture 3 Monitoring Instruments & Interfacing Instruments Used Interfacing Issues in Interfacing 4 Application Development Development Tools Used Work done So far 5 Sample Android Designs MINI PROJECT REVIEW PHASE-1 2of 22
  • 3. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Intensive Care Unit Automation Possibilities Possibilities for Research Intensive Care Unit An Intensive Care Unit (ICU), also known as a Critical Care Unit (CCU) is a special department of a hospital that provides intensive-care medicine. Intensive Care Units cater to patients with the most serious injuries and illnesses, most of which are life-threatening and need constant, close monitoring and support from specialist equipment and medication in order to maintain normal bodily functions MINI PROJECT REVIEW PHASE-1 2of 22
  • 4. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Intensive Care Unit Automation Possibilities Possibilities for Research Automation Possibilities Generation of Electronic Medical Records Progress notes Charts Documents Patient Data Automated Monitoring and Alert Generation. Interfacing of Bed Side Monitors and Data Storage Bar Code Integration Lab Tests and Results and many more... MINI PROJECT REVIEW PHASE-1 3of 22
  • 5. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Intensive Care Unit Automation Possibilities Possibilities for Research Possibilities for Research Dynamic Decision Support Systems Eg: Alert generation & recommendations. Ubiquitous Computing Eg: Ubiquitous patient Monitoring. Human Machine Interface Systems Eg: Touch user interface, Intelligent user inteface(gestures) Context Aware Computing Eg: Doctor/Patient context. MINI PROJECT REVIEW PHASE-1 4of 22
  • 6. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Top Level Architecture Network Architecture ICU Automation System There is a central server where the database and applications are deployed. A client -server architecture allows a seamless flow of information to everyone in the clinical team. Organizes high volume device data, lab results, calculations, orders, medications etc The workflow can be made easier and informative. A web enabled application allows access to the system from a remote location. Clinical information is stored in the central server and is available everywhere MINI PROJECT REVIEW PHASE-1 5of 22
  • 7. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Top Level Architecture Network Architecture Top Level Architecture MINI PROJECT REVIEW PHASE-1 6of 22
  • 8. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Top Level Architecture Network Architecture Network Architecture MINI PROJECT REVIEW PHASE-1 7of 22
  • 9. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Instruments Used Interfacing Issues in Interfacing Instruments Used Multipara Monitor:It is used to monitor the temperature, pulse,blood pressure and respiration of a patient. MINI PROJECT REVIEW PHASE-1 8of 22
  • 10. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Instruments Used Interfacing Issues in Interfacing Instruments Used Pulse Oximeter Monitor:Monitors the arterial haemoglobin oxygen saturation (oxygen level) of the patient’s blood with a sensor clipped over the finger or toe. MINI PROJECT REVIEW PHASE-1 9of 22
  • 11. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Instruments Used Interfacing Issues in Interfacing Instruments Used Ventilator:Ventilator, also called a respirator, assists with or controls pulmonary ventilation in patients who cannot breathe on their own. MINI PROJECT REVIEW PHASE-1 10of 22
  • 12. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Instruments Used Interfacing Issues in Interfacing Interfacing The measurements from these instruments are stored using archaic methods such as a patient history record on a paper. The access to these records is cumbersome and not available unless the medical personnel is present at the point of care. Connecting bed side monitors and equipments to the server system can make this automated. Once this is done data can be collected and stored in realtime mode and can further be used for analysis. Data Communication RS232 RS422 via network using TCP/IP MINI PROJECT REVIEW PHASE-1 11of 22
  • 13. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Instruments Used Interfacing Issues in Interfacing Issues in Interfacing Unfortunately, each medical instrument has its unique proprietary API (application programming interface - if any) to provide automated and electronic access to monitoring data. Integration of these APIs requires an agreement with the manufacturers towards realization of interoperable health care networking. As long as the interoperability of instruments with a network is not possible, ubiquitous access to patient status is limited only to manual entry based systems. Work done Checked the different types of equipment in JMMC Studied about starplus monitor(L & T) Able to receive the starplus service manual from L & T MINI PROJECT REVIEW PHASE-1 12of 22
  • 14. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Development Tools Used Work done So far Development Tools Used Programming Language: IDE: SERVER: DBMS: Java FrameWork: Mobile/Tab Platform: Server Machine OS: MINI PROJECT REVIEW PHASE-1 13of 22
  • 15. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Development Tools Used Work done So far Work done So far Installed and configured JDK and Eclipse Created a wiki,icuautomation.wikispaces.com for better collaboration and information sharing Configured the JBOSS Server plugin and JBOSS runtime Installed Postgres and checked DB Connectivity using JDBC Hands on Web Application Development Hands on Android Development A part of the Team Went to JMMC & and learned the ICU Workflow by 3hr observation slots Prepared the As-IS Document Version1 MINI PROJECT REVIEW PHASE-1 14of 22
  • 16. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Development Tools Used Work done So far Work done So far Visited JMMC and stayed there for 2 days Discussed AS-IS Document and modifications were recommended Met the Instrumentation Dept and made a pilot study with regard to equipment interfacing Met the IT incharge, Network Administrator and agreed upon setting of ICU Server and WIFI Connectivity Met the Medical legal Advisor to clarify on EMR Discussed about TO-BE document Discussed Sample designs for user interface and Input Methods MINI PROJECT REVIEW PHASE-1 15of 22
  • 17. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Development Tools Used Work done So far Work done So far Discussion on using spring framework along with hybernate Recommended the use of MVC model Spring Framework was installed and tested Released the AS-IS Document version 2 Titles for research papers were finalised and worked for the same 3 IEEE format papers were made and the initial draft is submitted to different IEEE international conferences for acceptance MINI PROJECT REVIEW PHASE-1 16of 22
  • 18. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Sample Android Designs MINI PROJECT REVIEW PHASE-1 17of 22
  • 19. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Sample Android Designs MINI PROJECT REVIEW PHASE-1 18of 22
  • 20. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Sample Android Designs MINI PROJECT REVIEW PHASE-1 19of 22
  • 21. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Sample Android Designs MINI PROJECT REVIEW PHASE-1 20of 22
  • 22. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs References Thongpithoonrat, Pongnarin; McKneely, Paul K.; Gumudavelli, Suman; Gurkan, D.; Chapman, Frank M. Networking and plug-and-play of bedside medical instruments. EMBS 2008; 1514 - 1517 Nahm R, Poston I. Measurement of the effects of an integrated, point-of-care computer system on quality of nursing documentation and patient satisfaction. Comput Nurs 2000; 18:220229. Joon Lee; Scott, D.J.; Villarroel, M.; Clifford, G.D.; Saeed, M.; Mark, R.G. Open-access MIMIC-II database for intensive care research. EMBC 2011 : 8315 8318 Apkon M, Singhaviranon P. Impact of an electronic information system on physician workflow and data collection in the intensive care unit. Intensive Care Med 2000; 27: 122130. 11. Insup Lee, Oleg Sokolsky, Sanjian Chen. Challenges and Research Directions in Medical Cyber-Physical Systems. Invited Paper in Special Issue on Cyber-Physical Systems, Proceedings of the IEEE, vol.100, no.1, pp.75-90, Jan. 2012. Shashi Gunawardane, Ravindra Koggalage, Ranga Rodrigo, Senaka Rajapakse. A Computer-Based ICU Patient Alert And Decision Support System. SLJCC , 2009, vol 1, 35-41. Yi Mao; Yixin Chen; Hackmann, G.; Minmin Chen; Chenyang Lu; Kollef, M.; Bailey, T.C. Medical Data Mining for Early Deterioration Warning in General Hospital Wards. ICDMW,2011; 1042 - 1049 Nathalie Bricon-Soufa, Conrad R. Newmanb. Context awareness in health care: A review. International Journal of Medical Informatics 76 (2007)212 MINI PROJECT REVIEW PHASE-1 21of 22
  • 23. Introduction ICU Automation System Monitoring Instruments & Interfacing Application Development Sample Android Designs Thank You MINI PROJECT REVIEW PHASE-1 22of 22