A WEB/WAP-BASED SYSTEM FOR REMOTE MONITORING PATIENTS WITH DATA MINING SUPPORT. Petros Daras, Dimitrios K. Bechtsis and Michael G.

Size: px
Start display at page:

Download "A WEB/WAP-BASED SYSTEM FOR REMOTE MONITORING PATIENTS WITH DATA MINING SUPPORT. Petros Daras, Dimitrios K. Bechtsis and Michael G."

Transcription

1 A WEB/WAP-BASED SYSTEM FOR REMOTE MONITORING PATIENTS WITH DATA MINING SUPPORT Petros Daras, Dimitrios K. Bechtsis and Michael G. Strintzis* Informatics and Telematics Institute, 1st Km. Thermi-Panorama Road, Thermi-Thessaloniki, Greece, Tel.: , Fax: , ABSTRACT The objective of this paper is to present an experience in the challenge of using Internet and mobile Internet technologies for the development of a Web/WAP (Wireless Application Protocol)-based medical application with Data Mining support. This medical application is focused on the development, diffusion and use of the technology in response to specific domain needs of medical experts in the area of Cardiology, especially for the patients after by-pass operation. Keywords: Remote monitoring patients, WAP medical applications, Web medical applications, Data mining, Clustering. 1. INTRODUCTION The cost of medical care services is a worldwide interest issue. The medical services today, impose the employ of doctors, nurses and the construction and maintenance of hospitals. The principle to reduce the cost of the medical services, relies on the categorization of all the stages of the offered medical services as well as on the propulsion of a great number of incidences to new doctors, nurses and patient consultants [1, 2]. Characteristic applications are the NHS-direct in England, the telephone system for access to medical services in U.S.A., telemedicine programs supported in National and International level as well as a number of web sites that offer relevant information all over the world [2, 3]. It has been proved that the formation of the medical services has provoked significant improvement to the level of quality, efficiency and effectiveness. In spite of the development, the incorporation of new medical systems to the existence procedures of medical services has enormous potentiality for research and development [4]. This work was supported by the Technologies for Remote Monitoring Patients and by the WAP Medical Services, projects of the Greek Secretariat of Research and Technology. The problems that derive from the present medical systems can be summarized below: ffl The offered medical services are limited to national level. Doctors from different countries are using different methods to treat patients, according to the education, religion, social policy etc. ffl Web sites are limited to supply static information, have lack of interaction with the patients as well as with the doctors and the medical staff. ffl The advantages of the research and development of the technology in image and video transmission over the Internet and the interactive applications, have not yet fully researched, exploited and incorporate with the medical research as well as with the supply of medical services. The goals of medical care in these cases are to control the disease processes and to help patients maintain their independence and maximum level of function within their own homes and communities. The scope of medical care includes not only diagnosis and medical treatment but also patient education in self-care and prolonged medical monitoring and supervision. Patients must learn to perform a wide variety of medical tasks that have only been performed by trained medical personnel in the past. Such tasks can range from a diabetic patient who checks his/her blood glucose level 2-4 times a day and adjusts the insulin dose appropriately, to the patient with a pacemaker who learns to use the equipment to send an electrocardiography rhythm strip over the telephone lines to the local physician s office or to a distant monitoring center. In this paper, we present a Web/WAP-based medical system that provides medical telemonitoring and telecare facilities for patients after a by-pass operation. During the design of the system special emphasis has been given in the following:

2 Figure 1: System Architecture. ffl Openness: the system relies basically on commercially available software components based on the opensystem model. Modularity and scalability have therefore been guaranteed so that with the rapid technological advances any subsystem can be easily replaced as soon as a new version with higher performance appears on the market. ffl Extensibility: the system can easily expand to cover all the hospital spectra. Every physician would have his own Web/WAP portal for managing his patients. ffl Usability: the simple interface provides a friendly environment both for the patient and for the physician. In the following section the system architecture and the system description are presented. In Section 3 the Entity- Relationship (E-R) data model is given. The Use Case Diagrams of the UML (Unified Model Language) model of the system are provided in Section 4. The Data Mining procedure is described in Section 5. In Section 7 the Web/WAP interfaces are presented. The implementation specifics issues are given in Section 6. Finally, conclusions are drawn in Section SYSTEM ARCHITECTURE The system consists of three major entities: the entity patient, the entity doctor and the entity administrator (Figure 1). Each entity interacts with both the Web and the WAP gateway; offering great flexibility to the system. The model of the information flow in the system enables the continuous feedback about the patient s status. The entity patient is responsible for the collection of the medical data from the patients. Images, text documents, lab results and effectively designed questionnaires provide to the user a patient oriented interface. A video camera can focus on the patient monitoring his condition. Furthermore, the patient has the Figure 2: Database Architecture. ability to communicate with the doctors using videoconference. The entity doctor is responsible for the evaluation of the collected data and the examination of patients. The entity administrator is responsible for the maintenance of the system. The database of the system, the safe transfer of medical information and the continuous monitoring of the workflow are some of the administrator s responsibilities. The privileges of these three entities differ significantly and that is the reason for the generation of three distinguishing views. There is the doctor s subsystem, the patient s subsystem and the administrator s subsystem. 3. DATABASE ARCHITECTURE The Entity-Relationship (E-R) data model views the real world as a set of basic objects (entities) and relationships among these objects. It is intended primarily for the Database design process by allowing the specification of an enterprize scheme. This represents the overall logical structure of the database (Figure 2).

3 4. UML MODELLING AND USE CASE DIAGRAMS In order to obtain a better understanding of the system the Use Case Diagrams of the system are provided. ACTOR: An Actor defines a coherent set of roles that users of an entity can play when interacting with the entity. An actor may be considered to play a separate role with regard to each use case with which it communicates. In the metamodel, Actor is a subclass of Classifier. An Actor has a Name and may communicate with a set of Use Cases, and, at realization level, with Classifiers taking part in the realization of these Use Cases. An Actor may also have a set of Interfaces each describing how other elements may communicate with the Actor. An Actor may have generalization relationships to other Actors. This means that the child Actor will be able to play the same roles as the parent Actor, i.e. communicate with the same set of Use Cases, as the parent Actor. Figure 3: Web-Use Case Diagram. USE CASE DIAGRAMS: Early requirement analysis also involves the Use Case diagram which identifies the highlevel system functionality (processes) required (equivalent to function points). The Use Cases are created after cooperation with users, in order to identify a large number of scenarios (specific instances of interactions by actors). From the scenarios, those with common elements can be identified and use cases can be extracted. Use cases are like classes and scenarios are like instances. At this stage of analysis we are interested in essential Use-Cases - highlevel Use Cases that are not tied to any particular implementation or technology. The Figures 3, 5 depict all the Use Cases of the proposed system. The description of these Use Cases is shown in Figures 4, DATA MINING The World Wide Web is now undeniably the richest and most dense source of information the world has ever seen, yet its structure makes it difficult to use that information in a systematic way. The Web/WAP portal is able to gather information from patients regardless of their location. Data mining is useful for discovering and outlining hidden patterns in the database. As the data in the database expand as result of the wide use of the portal, it becomes difficult to find information manually. Data mining provides algorithms, which allow automatic pattern discovery and interactive analysis. Data mining has two basic goals: prediction and description. Prediction includes the use of parameters, in our case the use of database records, in order to predict unknown or future values of a variable. Description focuses on finding pattern models, which categorize data via clustering. In clustering data are divided in groups. Each record is assigned to a specific group according to the training technique and the training data set. In comparison with the classification technique there are no predefined groups; records are classified taking into consideration similarity criteria only. The use of the MS SQL Server 2000 for the data mining procedure is outlined above. The administrator can set up a data-mining model in Analysis Services- Data Mining that trains data. In this section the data-mining model uses the Microsoft Clustering algorithm to divide the patients into ten clusters. The Microsoft clustering algorithm is a scalable implementation of Expectation-Maximization (EM) algorithm [5]. Unlike distance-based algorithms such as K-Means, EM constructs proper statistical models of the underlying data source and naturally generalizes to cluster databases containing both discrete-valued and continuous-valued data. The scalable method is based on a decomposition of the basic statistics the algorithm needs: identifying regions of the data that are compressible and regions that must be maintained in memory. The approach operates within the confines of a limited

4 main memory buffer and requires at most a single database scan. Data resolution is preserved to the extent possible based upon the size of the main memory buffer and the fit of the current clustering model to the data. In case when there are too many attributes involved in training (e.g., more than 255 attributes by default), a feature selection method, is applied, to filter out less interesting attributes. The interestingness of an attribute is calculated based on the entropy of the attribute found in [6]. Fields, which measure the information used by the data-mining algorithm, are selected in order to analyze and exploit the records of the database. Our scope is to classify the patients into groups according to their current health care condition, in order to assure the doctors awareness. The input fields are presented at the left of the picture (Figure 7). The ten clusters divide the patients into ten different classes. The color of the cluster specifies the density of the results, the darker the color - the higher the density for a specified cluster. At the right, we are able to view the Node details for each cluster. 6. IMPLEMENTATION SPECIFICS The presented system was developed using the Hypertext Markup Language (HTML) [7] and the Hypertext Preprocessor (PHP)[8] for the manipulation of the dynamic pages. The WAP part of the system was developed using the Wireless Markup Language (WML) [9]. In order to achieve maximum safety, the Secure Sockets Layer protocol (SSL) [10] was used, with a 56-bit key. Finally, the database and the data mining procedure were created using the MS SQL Server 2000 and the MS Analysis Manager respectively (is part of the MS SQL Server 2000). 7. WEB/WAP INTERFACES In this paper a Web/WAP-based medical system was presented. After a short introduction, the proposed environment and the underlying architecture were described. According to the above mentioned analysis it is clear that the proposed system is a user friendly, cost-effective and powerful tool. It implements the concept of care at the point of need in co-operative environments to provide the continuity of patients care through simple Web and WAP interfaces and, also, ensures the privacy and the confidentiality of the patients. Finally, it uses the Analysis Manager of the MS SQL Server 2000 in order to divide the patients into clusters. Its open and modular architecture makes the proposed system easily adaptable to many new patient categories. 9. REFERENCES [1] E. A. Balas and I. Iakovidis, Distance Technologies for Patient Monitoring, BMJ Publishing Group, vol. 319, November [2] F. Magrabi, N. H. Lovel, and B. G. Celler, A Web-based Approach for Electrocardiogram Monitoring in the Home, Int. Journal of Medical Informatics, no. 54, pp , [3] E. A. Balas, Electronic Communication with Patients: Evaluation of Distance Medicine Technologies, JAMA, no. 278, pp , [4] K. Nakamura, T. Takano, and C. Akao, The effectiveness of videophones in home healthcare for the elderly, Med Care, no. 37, pp , [5] P. Bradley, U. Fayyad, and C. Reina, Scalling EM (Expectation Maximazation) Clustering to Large Databases, Microsoft Tech. Report MSR-TR-98-35, [6] H. Liu and H. Motoda, Feature Extraction, Construction and Selection: A Data Mining Perspective, Kluwer Academic Publishers, [7] HTML, Hypertext Markup Language, [8] PHP, Hypertext Preprocessor, [9] WML, Wireless Markup Language, [10] SSL, Secure Sockets Layer Protocol, A patient can access the application using either a Personal Computer or a cellular phone. The patient is able to send his/her medical data via WWW by completing the associated forms (Figure 9), or via his/her cellular phone (Figure 8) and furthermore, to view the doctor s replies and messages. The doctor s subsystem is responsible for managing the medical data. The doctor is able to browse the data and check the patient s condition. The system can support the doctor s effort by posting up alerts whenever a patient s health is in a critical position. A critical condition can be identified either by data mining techniques or by simple constraints. The alerts generated by the system are shown in Figure CONCLUSIONS

5 Figure 5: WAP-Use Case Diagram. Figure 4: Description of Web-Use Cases. Use Case Name Description Read Medical News No registration is necessary. Actors can simply view medical articles. User Log In The user provides the system with user name and password in order to log in. The Log In Use Case includes User Registration and User Acceptance use cases. Session Creation Every time a user logs in the system a session is created. Send Medical Data A patient is able to send to the medical center medical images, documents, videos, lab results etc. Send Diagnosis A d octor sends his diagnosis after examining the patient s health condition. Fill Questionnaires A patient fills the questionnaires in order to inform the medical staff. Send Alert The doctor is able to send an alert to the patient in order to inform him a bout a critical condition. Evaluate Medical Data This group represents the evaluation of medical data. Doctors and the medical staff must evaluate the posted medical data. Evaluate Questionnaires Essential to the system is the evaluation of the questionnaires. Medical Data Management Under this group subsist some basic functionalities, which enable the viable character of the system. Manage Database The administrator of the system is able to update, search and retrieve the databases information. Generate Alerts The data management system with the aid of rules is able to identify a problem and therefore notify the doctor. Figure 6: Description of WAP-Use Cases.

6 Figure 9: Sending data using Web. Figure 7: Data Mining using MS SQL Server Figure 8: Sending data using WAP. Figure 10: Patients critical condition alerts a doctor.

RS TechMedic BV the Netherlands T: vision.com

RS TechMedic BV the Netherlands T: vision.com Dyna Vision Remote Patient Monitoring: Demonstration of Real Time 12 lead ECG Acquisition and Waveform Analysis using Integrated Cellular Transmission Telemonitoring Session Med e Tel 2010 Definitions

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions What is FollowMyHealth? FollowMyHealth offers you personalized and secure online access to important information in your electronic medical record. FollowMyHealth is available

More information

Architecture Diagram. Figure 1 : Architecture Diagram

Architecture Diagram. Figure 1 : Architecture Diagram Architecture Diagram Figure 1 : Architecture Diagram Use Case Model Survey Patient: Figure 2 : Use Case Model Survey Patients can search for doctor and make online appointments. They also can view their

More information

On Pulse Sensor based u-healthcare Monitoring Application with

On Pulse Sensor based u-healthcare Monitoring Application with On Pulse Sensor based u-healthcare Monitoring Application with Arduino 1 1 Hermawan Kemis, 1 Ndibanje Bruce, 3 Hoon Jae Lee Department of Ubiquitous IT, Graduate School of Dongseo University, h.kemis@gmail.com

More information

Transfer of Physiological Signals: Application for Patients with Chronic Diseases in their Home

Transfer of Physiological Signals: Application for Patients with Chronic Diseases in their Home International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 4, Issue 7 (December 2014) PP: 20-27 Transfer of Physiological Signals: Application for Patients with Chronic

More information

COLLECTION & HOW THE INFORMATION WILL BE USED

COLLECTION & HOW THE INFORMATION WILL BE USED Privacy Policy INTRODUCTION As our esteemed client, your privacy is essential to us. Here, at www.indushealthplus.com, we believe that privacy is a top priority. We know that you care how information about

More information

2017 2nd International Conference on Information Technology and Management Engineering (ITME 2017) ISBN:

2017 2nd International Conference on Information Technology and Management Engineering (ITME 2017) ISBN: 2017 2nd International Conference on Information Technology and Management Engineering (ITME 2017) ISBN: 978-1-60595-415-8 Design and Implementation of a Mobile Healthcare Management Platform Based on

More information

Global Telemedicine Market (Telehome and TeleHospital): Size, Trends & Forecasts ( ) March 2017

Global Telemedicine Market (Telehome and TeleHospital): Size, Trends & Forecasts ( ) March 2017 Global Telemedicine Market (Telehome and TeleHospital): Size, Trends & Forecasts (2017-2021) March 2017 Global Telemedicine Market Report Scope of the Report The report entitled Global Telemedicine Market:

More information

When your registration has been completed, you will receive an invitation to create your account.

When your registration has been completed, you will receive an  invitation to create your account. Contact: Phone: 307.578.2784 Email: portal@wphcody.org What is the West Park Hospital Patient Portal? The West Park Hospital Patient Portal is a convenient and secure health-management tool you can use

More information

Departmental Reports: Posted 48 Hours After the Report Reaches a Signed Status

Departmental Reports: Posted 48 Hours After the Report Reaches a Signed Status What is My Noyes HEALTH? My Noyes Health offers patients personalized and secure online access to portions of your Noyes HEALTH record. My Noyes HEALTH enables you to securely use the Internet to help

More information

LTE Based E-Health Monitoring System

LTE Based E-Health Monitoring System IJCCCE Vol.14, No.2, 2014 Computer Engineering Department, University of Technology e-mail: muayadkrook@yahoo.com Received: 09/09/2013 Accepted: 04/06/2014 Abstract Recently, the on-line health monitoring

More information

User Manual. phr.mtbc.com

User Manual. phr.mtbc.com User Manual Table of Contents Introduction Appointments Appointment History Claims History CCDA Report Demographics Health History Lab Reports Online Payment Secure Messages Health Recommendation Patient

More information

MyCare Frequently Asked Questions (FAQs)

MyCare Frequently Asked Questions (FAQs) MyCare Frequently Asked Questions (FAQs) MyCare FAQs Table of Contents: General Questions Enrolling in My Care MyCare Support Medical Information on MyCare My personal information Computer requirements

More information

POSTER SESSION. Wireless Cardiology Decision Support System. Proceedings Paper. Slide Presentation. Dr. Saji Salam SSI Technologies Chennai, India

POSTER SESSION. Wireless Cardiology Decision Support System. Proceedings Paper. Slide Presentation. Dr. Saji Salam SSI Technologies Chennai, India Proceedings Paper Slide Presentation Handouts Case Study POSTER SESSION Wireless Cardiology Decision Support System 16 Dr. Saji Salam SSI Technologies Chennai, India Anand Subramanian Software Solutions

More information

Support for the HIPAA Security Rule

Support for the HIPAA Security Rule white paper Support for the HIPAA Security Rule PowerScribe 360 Reporting v1.1 healthcare 2 Summary This white paper is intended to assist Nuance customers who are evaluating the security aspects of PowerScribe

More information

Extraction of 3D Scene Structure from a Video for the Generation of 3D Visual and Haptic Representations

Extraction of 3D Scene Structure from a Video for the Generation of 3D Visual and Haptic Representations Extraction of 3D Scene Structure from a Video for the Generation of 3D Visual and Haptic Representations K. Moustakas, G. Nikolakis, D. Tzovaras and M. G. Strintzis Informatics and Telematics Institute

More information

WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS

WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS 1 WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS BRUCE CROFT NSF Center for Intelligent Information Retrieval, Computer Science Department, University of Massachusetts,

More information

Healthcare Security Success Story

Healthcare Security Success Story Regional Forum on Cybersecurity in the Era of Emerging Technologies & the Second Meeting of the Successful Administrative Practices -2017 Cairo, Egypt 28-29 November 2017 Healthcare Security Success Story

More information

The MovingLife Project

The MovingLife Project The MovingLife Project MObile ehealth for the VINdication of Global LIFEstyle change and disease management solutions Stakeholders Conference The MovingLife Roadmaps Brussels 18 April 2013 Alessio Gugliotta

More information

Information mining and information retrieval : methods and applications

Information mining and information retrieval : methods and applications Information mining and information retrieval : methods and applications J. Mothe, C. Chrisment Institut de Recherche en Informatique de Toulouse Université Paul Sabatier, 118 Route de Narbonne, 31062 Toulouse

More information

Acurian on. The Role of Technology in Patient Recruitment

Acurian on. The Role of Technology in Patient Recruitment Acurian on The Role of Technology in Patient Recruitment Wearables smartphones social networks the list of new technological tools available to patients and healthcare providers goes on and on. Many clinical

More information

Study ON Remote Medical Monitoring System Based ON MSP430 AND CC2530

Study ON Remote Medical Monitoring System Based ON MSP430 AND CC2530 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 2015) Study ON Remote Medical Monitoring System Based ON MSP430 AND CC2530 SONG Aijuan, SI Guangyuan, GU Qiongchan

More information

Adaptive Medical Information Delivery Combining User, Task and Situation Models

Adaptive Medical Information Delivery Combining User, Task and Situation Models Adaptive Medical Information Delivery Combining User, Task and Situation s Luis Francisco-Revilla and Frank M. Shipman III Department of Computer Science Texas A&M University College Station, TX 77843-3112,

More information

An Adaptive Virtual-Reality User-Interface for Patient Access to the Personal Electronic Medical Record

An Adaptive Virtual-Reality User-Interface for Patient Access to the Personal Electronic Medical Record An Adaptive Virtual-Reality User-Interface for Patient Access to the Personal Electronic Medical Record Steffen Märkle, Kai Köchy, René Tschirley, Heinz U. Lemke Technical University of Berlin FG Computer

More information

Wireless Application Protocol (WAP) is a. WAP Implementation-Based Telemedicine System for Patient Monitoring

Wireless Application Protocol (WAP) is a. WAP Implementation-Based Telemedicine System for Patient Monitoring Proceedings of EnCon2010 3 rd Engineering Conference on Advancement in Mechanical and Manufacturing for Sustainable Environment April 14-16, 2010, Kuching, Sarawak, Malaysia WAP Implementation-Based Telemedicine

More information

IEI Smart Healthcare Solution

IEI Smart Healthcare Solution Population aging is becoming a worldwide phenomenon, and the requirements of health-caring are increasing. The World Health Organization (WHO) reports that 90% of seniors (US population) have at least

More information

WASHINGTON UNIVERSITY HIPAA Privacy Policy # 7. Appropriate Methods of Communicating Protected Health Information

WASHINGTON UNIVERSITY HIPAA Privacy Policy # 7. Appropriate Methods of Communicating Protected Health Information WASHINGTON UNIVERSITY HIPAA Privacy Policy # 7 Appropriate Methods of Communicating Protected Health Information Statement of Policy Washington University and its member organizations (collectively, Washington

More information

Analysis of a Population of Diabetic Patients Databases in Weka Tool P.Yasodha, M. Kannan

Analysis of a Population of Diabetic Patients Databases in Weka Tool P.Yasodha, M. Kannan International Journal of Scientific & Engineering Research Volume 2, Issue 5, May-2011 1 Analysis of a Population of Diabetic Patients Databases in Weka Tool P.Yasodha, M. Kannan Abstract - Data mining

More information

T E L E H E A LT H S O L U T I O N S

T E L E H E A LT H S O L U T I O N S TELEHEALTH SOLUTIONS TELEHEALTH SOLUTIONS Howard s virtual care and telehealth offerings range from easyto-use kits to full all-in-one solutions for telehealth related communications. Our product offering

More information

Statutory Notifications

Statutory Notifications Registration under the Health and Social Care Act 2008 Statutory Notifications Guidance for registered providers and managers of NHS GP and other primary medical services May 2013 Statutory notifications

More information

Frequently Asked Questions. My life. My healthcare. MyChart.

Frequently Asked Questions. My life. My healthcare. MyChart. Frequently Asked Questions My life. My healthcare. MyChart. My life. My healthcare. MyChart. What is MyChart? MyChart offers patients personalized and secure online access to portions of their medical

More information

Therapy Provider Portal. User Guide

Therapy Provider Portal. User Guide Therapy Provider Portal User Guide Page 2 of 16 UCare User Guide V1.7 Table of Contents I. Introduction...3 About HSM Therapy Management... 4 Terms of Use... 4 Contact Information... 6 II. Using the Therapy

More information

BRIDGEWATER SURGERIES. Privacy Notice

BRIDGEWATER SURGERIES. Privacy Notice BRIDGEWATER SURGERIES Privacy Notice We understand how important it is to keep your personal information safe and secure and we take this very seriously. We have taken steps to make sure your personal

More information

mhealth (Mobile Health)

mhealth (Mobile Health) mhealth (Mobile Health) Foundational Curriculum: Cluster 6: System Connectivity Module 11: Telehealth, Telemedicine and mhealth Unit 2: mhealth (Mobile Health) 35/60 Curriculum Developers: Angelique Blake,

More information

Ch 4: Requirements Engineering. What are requirements?

Ch 4: Requirements Engineering. What are requirements? Ch 4: Engineering What are? Functional and non-functional The software document specification engineering processes elicitation and analysis validation management The descriptions of what the system should

More information

USER S MANUAL OF THE TELE-EXPERTISE SOFTWARE BOGOU

USER S MANUAL OF THE TELE-EXPERTISE SOFTWARE BOGOU USER S MANUAL OF THE TELE-EXPERTISE SOFTWARE BOGOU Dr. Yannick Kamga Dr. Rafael Ruiz-De-Castaneda Dr. Georges Bediang Dr. Alexandre Sawadogo Jean-Marc Naef Prof. Antoine Geissbuhler 1 / 25 Table of contents

More information

Human Computer Interaction in Health Informatics: From Laboratory Usability Testing to Televaluation of Web-based Information Systems

Human Computer Interaction in Health Informatics: From Laboratory Usability Testing to Televaluation of Web-based Information Systems Human Computer Interaction in Health Informatics: From Laboratory Usability Testing to Televaluation of Web-based Information Systems André W. Kushniruk, Ph.D. Arts Information Technology Program York

More information

Report. Conceptual Framework for the DIAMONDS Project. SINTEF ICT Networked Systems and Services SINTEF A Unrestricted

Report. Conceptual Framework for the DIAMONDS Project. SINTEF ICT Networked Systems and Services SINTEF A Unrestricted SINTEF A22798- Unrestricted Report Conceptual Framework for the DIAMONDS Project Author(s) Gencer Erdogan, Yan Li, Ragnhild Kobro Runde, Fredrik Seehusen, Ketil Stølen SINTEF ICT Networked Systems and

More information

Overview of Web Mining Techniques and its Application towards Web

Overview of Web Mining Techniques and its Application towards Web Overview of Web Mining Techniques and its Application towards Web *Prof.Pooja Mehta Abstract The World Wide Web (WWW) acts as an interactive and popular way to transfer information. Due to the enormous

More information

Healthcare mobility: selecting the right device for better patient care

Healthcare mobility: selecting the right device for better patient care Healthcare mobility: selecting the right device for better patient care How Fujitsu Mobile Solutions help accelerate digital transformation with human-centric innovation* Fujitsu Thought Leadership Report

More information

An IoT-Aware Architecture for Smart

An IoT-Aware Architecture for Smart An IoT-Aware Architecture for Smart Healthcare System Presented By: Amnah Allboani Abstract Smart hospital system (SHS) relies on complementary technologies specifically RFID, WSN, and smart mobile, interoperating

More information

Healthcare in the Palm of your Hand

Healthcare in the Palm of your Hand WHITEPAPER Healthcare in the Palm of your Hand This whitepaper is an extract from: Mobile Healthcare Opportunities Monitoring, Applications & mhealth Strategies 2010-2015... information you can do business

More information

What is New in MyChart? My Medical Record Health Preferences Settings Appointments and Visits Visits Schedule an Appointment Update Information

What is New in MyChart? My Medical Record Health Preferences Settings Appointments and Visits Visits Schedule an Appointment Update Information What is New in MyChart? On August 26th, we will be upgrading and changing the look and feel to our MyChart patient portal site. We would like to make you aware of a few differences that you will see, when

More information

Risk Management & Patient Safety AIRS User Guide for Assisted Living Facilities

Risk Management & Patient Safety AIRS User Guide for Assisted Living Facilities Risk Management & Patient Safety AIRS User Guide for Assisted Living Facilities Online Reporting 2 To access AIRS, a username and password will need to be obtained through the Single Sign On Server, also

More information

A Web Based Registration system for Higher Educational Institutions in Greece: the case of Energy Technology Department-TEI of Athens

A Web Based Registration system for Higher Educational Institutions in Greece: the case of Energy Technology Department-TEI of Athens A Web Based Registration system for Higher Educational Institutions in Greece: the case of Energy Technology Department-TEI of Athens S. ATHINEOS 1, D. KAROLIDIS 2, P. PRENTAKIS 2, M. SAMARAKOU 2 1 Department

More information

Risk Management & Patient Safety AIRS User Guide for Assisted Living Facilities

Risk Management & Patient Safety AIRS User Guide for Assisted Living Facilities Risk Management & Patient Safety AIRS User Guide for Assisted Living Facilities Online Reporting 1 To access AIRS, a username and password will need to be obtained through the Single Sign On Server, also

More information

CAN RESEARCH AND EVALUATION MOVE THE NEEDLE ON TELEHEALTH AND mhealth?

CAN RESEARCH AND EVALUATION MOVE THE NEEDLE ON TELEHEALTH AND mhealth? CAN RESEARCH AND EVALUATION MOVE THE NEEDLE ON TELEHEALTH AND mhealth? DESIGNING, CONDUCTING AND DISSEMINATING STUDIES THAT INCREASE UNDERSTANDING OF BENEFITS AND INCENTIVES ISPOR: May 2017 Declaration

More information

Integration of information security and network data mining technology in the era of big data

Integration of information security and network data mining technology in the era of big data Acta Technica 62 No. 1A/2017, 157 166 c 2017 Institute of Thermomechanics CAS, v.v.i. Integration of information security and network data mining technology in the era of big data Lu Li 1 Abstract. The

More information

A TEXT MINER ANALYSIS TO COMPARE INTERNET AND MEDLINE INFORMATION ABOUT ALLERGY MEDICATIONS Chakib Battioui, University of Louisville, Louisville, KY

A TEXT MINER ANALYSIS TO COMPARE INTERNET AND MEDLINE INFORMATION ABOUT ALLERGY MEDICATIONS Chakib Battioui, University of Louisville, Louisville, KY Paper # DM08 A TEXT MINER ANALYSIS TO COMPARE INTERNET AND MEDLINE INFORMATION ABOUT ALLERGY MEDICATIONS Chakib Battioui, University of Louisville, Louisville, KY ABSTRACT Recently, the internet has become

More information

Economic Evaluation of ehealth in Japan

Economic Evaluation of ehealth in Japan Economic Evaluation of ehealth in Japan Tsuji, Masatsugu 1 and Akematsu, Yuji 1 1 Graduate School of Applied Informatics, University of Hyogo, Japan Email: tsuji@ai.u-hyogo.ac.jp Abstract This paper aims

More information

Research Data Browser UCSF ITS Academic Research Systems ACADEMIC RESEARCH SYSTEMS

Research Data Browser UCSF ITS Academic Research Systems ACADEMIC RESEARCH SYSTEMS Research Data Browser Research Data Browser UCSF ITS Academic Research Systems Research Data Browser (RDB) Overview The Research Data Browser allows you to view Epic Patient Data through the Cogito Data

More information

HIPAA Federal Security Rule H I P A A

HIPAA Federal Security Rule H I P A A H I P A A HIPAA Federal Security Rule nsurance ortability ccountability ct of 1996 HIPAA Introduction - What is HIPAA? HIPAA = The Health Insurance Portability and Accountability Act A Federal Law Created

More information

Your mymeritain Personalized Member Website

Your mymeritain Personalized Member Website Your mymeritain Personalized Member Website 2008 Meritain Health, Inc. Last Updated 5.23.2008 Your mymeritain Member Website The mymeritain Member Website offers Members a user-friendly web experience,

More information

PAKISTAN HOW TO SPEED UP THE INTRODUCTION OF EHEALTH SERVICES IN DEVELOPING COUNTRIES

PAKISTAN HOW TO SPEED UP THE INTRODUCTION OF EHEALTH SERVICES IN DEVELOPING COUNTRIES HOW TO SPEED UP THE INTRODUCTION OF EHEALTH SERVICES IN DEVELOPING COUNTRIES V. Androuchko¹, Asif Zafar Malik² ¹International University in Geneva, Switzerland ² Rawalpindi Medical College, Pakistan 1

More information

Personal Information. New Profile Icon

Personal Information. New Profile Icon What is New in MyChart? On December 8th, we will be upgrading our MyChart patient portal site. We would like to make you aware of a few differences that you will see, when you sign into your MyChart account.

More information

User s Guide. Health Management System. Version 4.2.1

User s Guide. Health Management System. Version 4.2.1 Software and User s Guide Version 4.2.1 Health Management System Version 4.2.1 Health Management System User s Guide ART23867-101_Rev-A.indd 1 Contents Table of Contents Preface... v Overview of the FreeStyle

More information

DATA MINING - 1DL105, 1DL111

DATA MINING - 1DL105, 1DL111 1 DATA MINING - 1DL105, 1DL111 Fall 2007 An introductory class in data mining http://user.it.uu.se/~udbl/dut-ht2007/ alt. http://www.it.uu.se/edu/course/homepage/infoutv/ht07 Kjell Orsborn Uppsala Database

More information

The Internal Market Information System. Frequently Asked Questions

The Internal Market Information System. Frequently Asked Questions EUROPEAN COMMISSION Directorate General Internal Market and Services SERVICES Administrative cooperation and Member State networks The Internal Market Information System Frequently Asked Questions (March

More information

ET16 Continuous Vital Signs Monitoring using Smartphones

ET16 Continuous Vital Signs Monitoring using Smartphones ET16 Continuous Vital Signs Monitoring using Smartphones Nazrul Anuar Nayan, Faizatul Azwa Azami Department of Electrical, Electronic and System Engineering, Faculty of Engineering and Built Environment,

More information

Powering Knowledge Discovery. Insights from big data with Linguamatics I2E

Powering Knowledge Discovery. Insights from big data with Linguamatics I2E Powering Knowledge Discovery Insights from big data with Linguamatics I2E Gain actionable insights from unstructured data The world now generates an overwhelming amount of data, most of it written in natural

More information

USABILITY IN HEALTHCARE IT: DATA COLLECTION AND ANALYSIS APPROACHES

USABILITY IN HEALTHCARE IT: DATA COLLECTION AND ANALYSIS APPROACHES USABILITY IN HEALTHCARE IT: DATA COLLECTION AND ANALYSIS APPROACHES Andre Kushniruk, PhD, School of Health Information Science, University of Victoria Usability in Healthcare IT Usability -Measures of

More information

ITSS Model Curriculum. - To get level 3 -

ITSS Model Curriculum. - To get level 3 - ITSS Model Curriculum - To get level 3 - (Corresponding with ITSS V3) IT Skill Standards Center IT Human Resources Development Headquarters Information-Technology Promotion Agency (IPA), JAPAN Company

More information

Themis An Automated Online Programming Contest System

Themis An Automated Online Programming Contest System Themis An Automated Online Programming Contest System Software Requirement Specification SRS version 1.0.1 Aravindan V (CS03B002) Ravi Shankar K (CS03B018) Sriram Kalyanaraman (CS03B024) Karthekeyan C

More information

Patient Portal User s Guide

Patient Portal User s Guide 650 Peter Jefferson Parkway, Suite 100 Charlottesville, VA 22911 Office: (434) 293 4072 Fax: (434) 293 4265 www.cvilleheart.com Patient Portal User s Guide Table of Contents What is the Patient Portal?

More information

OnCore Enterprise Research. Subject Administration Full Study

OnCore Enterprise Research. Subject Administration Full Study OnCore Enterprise Research Subject Administration Full Study Principal Investigator Clinical Research Coordinator June 2017 P a g e 1 This page is intentionally blank. P a g e 2 Table of Contents What

More information

NOTE: The first appearance of terms in bold in the body of this document (except titles) are defined terms please refer to the Definitions section.

NOTE: The first appearance of terms in bold in the body of this document (except titles) are defined terms please refer to the Definitions section. TITLE MOBILE WIRELESS DEVICES AND SERVICES SCOPE Provincial APPROVAL AUTHORITY Alberta Health Services Executive SPONSOR Information Technology PARENT DOCUMENT TITLE, TYPE AND NUMBER Not applicable DOCUMENT

More information

Health Link Frequently Asked Questions

Health Link Frequently Asked Questions Health Link Frequently Asked Questions We hope that you find our Health Link patient portal easy to use. If you have any questions or comments, please contact Health Link Support by email at healthlink@hvhs.org

More information

1. Study Registration. 2. Confirm Registration

1. Study Registration. 2. Confirm Registration USER MANUAL 1. Study Registration Diabetic patients are more susceptible to experiencing cardiovascular events, but this can be minimized with control of blood glucose levels and other risk factors (blood

More information

A MOBILE AGENT FRAMEWORK FOR TELECARDIOLOGY

A MOBILE AGENT FRAMEWORK FOR TELECARDIOLOGY 1 of 4 A MOBILE AGENT FRAMEWORK FOR TELECARDIOLOGY K.-M. Chao 1, R. Anane 1, J. Plumley 2, N. Godwin 1, R.N.G. Naguib 2 1 Data and Knowledge Engineering Research Group (DKERG), School of Mathematical and

More information

8 COMMON HIPAA COMPLIANCE ERRORS TO AVOID

8 COMMON HIPAA COMPLIANCE ERRORS TO AVOID Billing & Reimbursement Revenue Cycle Management 8 COMMON HIPAA COMPLIANCE ERRORS TO AVOID Billing and Reimbursement for Physician Offices, Ambulatory Surgery Centers and Hospitals Billings & Reimbursements

More information

A Knowledge Model Driven Solution for Web-Based Telemedicine Applications

A Knowledge Model Driven Solution for Web-Based Telemedicine Applications Medical Informatics in a United and Healthy Europe K.-P. Adlassnig et al. (Eds.) IOS Press, 2009 2009 European Federation for Medical Informatics. All rights reserved. doi:10.3233/978-1-60750-044-5-443

More information

EBHC International Library The Project

EBHC International Library The Project 4 th International Conference of Evidence-Based Health Care Teachers & Developers Better Evidence for Better Health Care Taormina (Italy), 31 st October - 4 th November, 2007 EBHC International Library

More information

The Middle of a MEDITECH Environment

The Middle of a MEDITECH Environment The Middle of a MEDITECH Environment Delivering Value with an Interface Engine About the Author: Jenny Gilberg Jenny Gilberg is an interface analyst for SISU Medical Systems, a consortium of Minnesota

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO 17090-1 Second edition 2013-05-01 Health informatics Public key infrastructure Part 1: Overview of digital certificate services Informatique de santé Infrastructure de clé publique

More information

European Platform on Rare Diseases Registration

European Platform on Rare Diseases Registration The European Commission s science and knowledge service Joint Research Centre European Platform on Rare Diseases Registration Simona Martin Agnieszka Kinsner-Ovaskainen Monica Lanzoni Andri Papadopoulou

More information

Forcare B.V. Cross-Enterprise Document Sharing (XDS) Whitepaper

Forcare B.V. Cross-Enterprise Document Sharing (XDS) Whitepaper Cross-Enterprise Document Sharing (XDS) Copyright 2010 Forcare B.V. This publication may be distributed in its unmodified whole with references to the author and company name. Andries Hamster Forcare B.V.

More information

ISSN: (Online) Volume 3, Issue 9, September 2015 International Journal of Advance Research in Computer Science and Management Studies

ISSN: (Online) Volume 3, Issue 9, September 2015 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 3, Issue 9, September 2015 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

Data Mining with Oracle 10g using Clustering and Classification Algorithms Nhamo Mdzingwa September 25, 2005

Data Mining with Oracle 10g using Clustering and Classification Algorithms Nhamo Mdzingwa September 25, 2005 Data Mining with Oracle 10g using Clustering and Classification Algorithms Nhamo Mdzingwa September 25, 2005 Abstract Deciding on which algorithm to use, in terms of which is the most effective and accurate

More information

technology Catalyst For connected CARE Per Ljungberg Director, System and Technology Group Function Technology and Emerging Business Ericsson

technology Catalyst For connected CARE Per Ljungberg Director, System and Technology Group Function Technology and Emerging Business Ericsson 5G technology Catalyst For connected CARE Per Ljungberg Director, System and Technology Group Function Technology and Emerging Business Ericsson Challenges in Healthcare Communication SECURITY AVAILABILITY

More information

A ProM Operational Support Provider for Predictive Monitoring of Business Processes

A ProM Operational Support Provider for Predictive Monitoring of Business Processes A ProM Operational Support Provider for Predictive Monitoring of Business Processes Marco Federici 1,2, Williams Rizzi 1,2, Chiara Di Francescomarino 1, Marlon Dumas 3, Chiara Ghidini 1, Fabrizio Maria

More information

Exploring Factors Influencing Perceived Usefulness and Its Relationship on Hospital Information System End User Satisfaction

Exploring Factors Influencing Perceived Usefulness and Its Relationship on Hospital Information System End User Satisfaction Exploring Factors Influencing Perceived Usefulness and Its Relationship on Hospital Information System End User Satisfaction MAYA ABDULLAH MAAMUOM, MUHAMMAD HAIKAL SATRIA, EKO SUPRIYANTO, JASMY YUNUS Advanced

More information

HIPAA AND SECURITY. For Healthcare Organizations

HIPAA AND  SECURITY. For Healthcare Organizations HIPAA AND EMAIL SECURITY For Healthcare Organizations Table of content Protecting patient information 03 Who is affected by HIPAA? 06 Why should healthcare 07 providers care? Email security & HIPPA 08

More information

Cisco Patient Connect Solution: Inpatient Room Application

Cisco Patient Connect Solution: Inpatient Room Application Data Sheet Cisco Patient Connect Solution: Inpatient Room Application Transform the patient experience with the ability to inform, educate, and engage throughout the healthcare journey. Delivering a high-quality

More information

Guide: HIPPA Compliance. Corporate HIPAA Compliance Guide. Privacy, productivity and remote access. gotomypc.com

Guide: HIPPA Compliance. Corporate HIPAA Compliance Guide. Privacy, productivity and remote access. gotomypc.com : HIPPA Compliance GoToMyPC Corporate HIPAA Compliance Privacy, productivity and remote access 2 The healthcare industry has benefited greatly from the ability to use remote access to view patient data

More information

A Network-Based Management Information System for Animal Husbandry in Farms

A Network-Based Management Information System for Animal Husbandry in Farms A Network-Based Information System for Animal Husbandry in Farms Jing Han 1 and Xi Wang 2, 1 College of Information Technology, Heilongjiang August First Land Reclamation University, Daqing, Heilongjiang

More information

Personalized Navigation in the Semantic Web

Personalized Navigation in the Semantic Web Personalized Navigation in the Semantic Web Michal Tvarožek Institute of Informatics and Software Engineering Faculty of Informatics and Information Technology, Slovak University of Technology, Ilkovičova

More information

University Hospitals UH Personal Health Record User Guide

University Hospitals UH Personal Health Record User Guide This guide will help you learn how to use the University Hospitals Personal Health Record, including requesting appointments, viewing health information, sending secure messages and more. What is the?...

More information

McAfee Total Protection for Data Loss Prevention

McAfee Total Protection for Data Loss Prevention McAfee Total Protection for Data Loss Prevention Protect data leaks. Stay ahead of threats. Manage with ease. Key Advantages As regulations and corporate standards place increasing demands on IT to ensure

More information

Construction of a Medication Reminder Synchronization System Based on Data Synchronization

Construction of a Medication Reminder Synchronization System Based on Data Synchronization Construction of a Medication Reminder Synchronization System Based on Data Synchronization KeeHyun Park and SeungHyeon Lim Department of Computer Engineering, Keimyung University, South Korea khp@kmu.ac.kr,

More information

Patient Portal Users Guide

Patient Portal Users Guide e-mds Solution Series Patient Portal Users Guide Version 7.2 How to Use the Patient Portal CHARTING THE FUTURE OF HEALTHCARE e-mds 9900 Spectrum Drive. Austin, TX 78717 Phone 512.257.5200 Fax 512.335.4375

More information

Korea Institute of Oriental Medicine, South Korea 2 Biomedical Knowledge Engineering Laboratory,

Korea Institute of Oriental Medicine, South Korea 2 Biomedical Knowledge Engineering Laboratory, A Medical Treatment System based on Traditional Korean Medicine Ontology Sang-Kyun Kim 1, SeJin Nam 2, Dong-Hun Park 1, Yong-Taek Oh 1, Hyunchul Jang 1 1 Literature & Informatics Research Division, Korea

More information

DIGITALIZATION OF MEDICATION THERAPY MANAGEMENT:

DIGITALIZATION OF MEDICATION THERAPY MANAGEMENT: DIGITALIZATION OF MEDICATION THERAPY MANAGEMENT: INTEGRATING SMARTPHONE A PPS INTO CONTINUUM O F CARE Jan 11, 2016 OUTLINE Background Medication Therapy Management Deficiency Of Medication Side Effects

More information

ISO/TS TECHNICAL SPECIFICATION. Transport information and control systems Traffic Impediment Warning Systems (TIWS) System requirements

ISO/TS TECHNICAL SPECIFICATION. Transport information and control systems Traffic Impediment Warning Systems (TIWS) System requirements TECHNICAL SPECIFICATION ISO/TS 15624 First edition 2001-01-15 Transport information and control systems Traffic Impediment Warning Systems (TIWS) System requirements Systèmes de commande et d'information

More information

DATA MINING II - 1DL460. Spring 2014"

DATA MINING II - 1DL460. Spring 2014 DATA MINING II - 1DL460 Spring 2014" A second course in data mining http://www.it.uu.se/edu/course/homepage/infoutv2/vt14 Kjell Orsborn Uppsala Database Laboratory Department of Information Technology,

More information

Physician Portal Training Guide

Physician Portal Training Guide Physician Portal Training Guide Updated: February 2011 Table of Contents Logging into the Covenant Physician s Portal... 3 Anatomy of the Physician Portal... 4 Patients Tab... 5 Flowsheet Tab... 6 Hot

More information

Use Cases for Argonaut Project -- DRAFT Page

Use Cases for Argonaut Project -- DRAFT Page Use Cases for Argonaut Project -- DRAFT Page 1 Use Cases for Argonaut Project DRAFT V0.3 March 03, 2015 Use Cases for Argonaut Project -- DRAFT Page 2 Introduction The Argonaut Project seeks to rapidly

More information

Cost Based Efficient Routing for Wireless Body Area Networks

Cost Based Efficient Routing for Wireless Body Area Networks Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 8, August 2015,

More information

GPRS ECG GPRS. Real Time. Bluetooth. Telecontrol or Telemonitoring (Telemedicine) J2ME GPRS

GPRS ECG GPRS. Real Time. Bluetooth. Telecontrol or Telemonitoring (Telemedicine) J2ME GPRS MRI Bluetooth Real Time Telecontrol or Telemonitoring (Telemedicine) J2ME multi-server, multi-client mobile [7] distribution system 2006 Shihab, M. Shahina R. Habib 1998 GSM M. Bluetooth [8] Alhakim et

More information

Hospital System Accelerates Stroke Diagnosis

Hospital System Accelerates Stroke Diagnosis Hospital System Accelerates Stroke Diagnosis Doncaster & Bassetlaw Hospitals improved clinician productivity with Cisco TelePresence, WebEx, and Unified Personal Communicator. EXECUTIVE SUMMARY DONCASTER

More information

Requirements engineering

Requirements engineering engineering Chapter 4 1 Engineering in the textbook 4.1 Functional and non-functional 4.2 The software document 4.4 engineering processes 4.5 elicitation and analysis 4.3 specification 4.6 validation 4.7

More information