Construction and Application of an Electronic ECG Management System

Size: px
Start display at page:

Download "Construction and Application of an Electronic ECG Management System"

Transcription

1 Construction and Application of an Electronic ECG Management System Chia-Cheng Chiang Cathay General Hospital/Hsinchu Branch/Emergency Department National Chiao Tung University/Department of Electrical and Control Engineering Wen-Ching Tzeng* Chung Hua University/Department of Bioinformatics Han-Chin Cheng Chung Hua University/Department of Bioinformatics Wei Gong Memorial Hospital Chin-Teng Lin National Chiao-Tung University/Department of Electrical and Control Engineering Ya-Chu Yang Chung Hua University/Department of Bioinformatics Sheng-Fu Liang University System of Taiwan/Brain Research Center Soon-Bock Lim Ching Chyuan General Hospital/Emergency Department Abstract Background and Purpose: Electrocardiogram (ECG) is one of the most used non-invasive and low-cost diagnostic examinations in clinical practice. Most hospitals use plain paper for ECG recording and storage. In modern hospitals, medical data need to be digitized for efficient management. The primary objective of this study was to develop an electronic 12-lead ECG database management system for a local hospital. Methods: The system was developed by using PHP, MySQL, and Matlab for file transmission, format conversion, record storage, and signal analysis of SCP-ECG records. Computerized ECG data were collected in a local hospital since August Open-source formats (XML, SVG, PNG) were transformed for further application and representation of ECG. Results: (1) more than ten thousands complete ECG files were collected; (2) ECG files were transformed into FDA_XML, ecgml, SVG and PNG formats through the established server; (3) a disease-specific database was established; (4) physicians and researchers can review and analyze ECG via this database system. Conclusions: The established electronic ECG management system can provide effective ECG informatics services to aid diagnosis for clinical physicians and ECG signal processing for researchers. In the future, studies will be done on other medical signals such as holter ECG, exercise ECG, patient monitor, and phenocardiogram. The establishing of an inter-hospital medical signal database will also be investigated. Key word: Computerized, Database, ECG, SCP, XML * Corresponding author. 135

2 1. Introduction ECG is one of the most essential non-invasive diagnostic examination methods; it is a low cost procedure wich makes early diagnosis of heart-related diseases possible. It s the most common emergency cardiological examination used in healthcare. Currently, ECGs are mainly done on plain paper. The paper ECG has many disadvantages: poor maintenance, low availability, and inferior interoperability. To overcome these drawbacks and enhance usability of ECG, its digitization is necessary. Computerized ECG has been developed for decades. To facilitate the compatibility of the data of different electrocardiographs, the OpenECG project has been promoting SCP-ECG (Standard Communications Protocol for Computer-Assisted Electrocardiography) format for decades[1]. However, most ECG equipment manufacturers use proprietary protocols for data communication and storage. Some researchers have developed hard copy or scanning methods for converting paper ECGs into electronic format[2,3]. However, poor resolution and tedious manual processes have been the major impediment to their applicability. To facilitate the acquisition of raw ECG data and to promote the usage of open-source ECG formats, an SCP-compatible ECG decoding program was designed in a previous study[4]. This decoding program obtains SCP-related ECG data from clinical electrocardiographs and then transmits them to a web server. A web-based electronic ECG management system was developed and applied in a clinical environment over the past two years. 2. Materials and Methods 2.1 Materials SCP-compatible files were collected from the Emergency Department of the Wei-Gong Memorial Hospital in Miao-Li County in Taiwan. The collecting time was from August 2003 to July The ECG cart used in this study was a Philips/Agilent PageWriter M1770A Cardiograph with an Option #A05 storage package. The ECG records were transmitted to the local host by a RS232 cable. 2.2 ECG Database Management System (EMS) A three-tier architecture model, which has been an industry standard for decades and has been used in many studies[5,6], was applied for the system implementation. The database was based on MySQL and Windows OS with a web-based front-end interface. The ECG data were managed with a MySQL database management system (DBMS). Temporal data and ECG waveform data were stored in the Windows built-in file-directory system. Open source software was used for system implementation dependent upon maintenance cost, stability and efficiency. The backbone of this system was Apache, PHP and MySQL, all freeware but with satisfactory performance. The base of the system (first-tier) consisted of the MySQL DBMS and a file-directory system. The file-directory structure was modified to meet the needs of the MySQL database and the PHP scripts. On top of first-tier was the second-tier, which was implemented with Apache and PHP. This was the core component of the system. Apache was used as web server to facilitate communications between each sub-system. PHP was the preprocessor used for logic interpretation of web applications. Commands for each sub-system were interpreted and processed by PHP and then passed to the Apache server for web representation. Finally, web-browsers formed the third-tier for end-users (clients) via the Internet. Figure 1 illustrates the three-tier architecture of the web-based electronic ECG management system. Figure 1: The three-tier architecture of the web-based electronic ECG management system 2.3 Database schema The ECG database system is a relational database management system (RDBMS). As shown in Figure 2, seven tables were established under this schema. Figure 2: Schema of the ECG database system 136

3 2.4 File-Directory System For the flexibility and performance of the database system, only the index/indices to individual files is/were stored in the database. Large chunks of biomedical data were stored in separate files using an ASCII-based file format (.tx0,.tx1,.tx2). This file-directory system was built on the Windows operation system. Waveform data generated from 2.5 seconds standard 12-lead and 10 seconds long-lead rhythm were stored in filename.tx1 and filename.tx2, respectively. The path for each file was recorded in the database system. For further inter-hospital data exchange, the hospital and department codes were stored in the database. The decoded files (.tx0,.tx1,.tx2) and related files (such as.png,.xml,.svg, etc.) were stored in corresponding sub-directories. As shown in Figure 3, the file-directory system was organized in a tree structure. Figure 4: Information stored in the MySQL database. 3.2 Web Server Interface A user-friendly, easy-to-use web interface (WebECG) was developed[7]. Authorized end-users can log in the system and browse the database. Figure 5 shows the query function of the EMS system. Figure 5: Query function of the EMS system Figure 3: Tree structure of the file-directory system 2.5 Data format exchange ECG raw data were stored in EMS in the ASCII format. In order to meet the needs of clinical physicians and academic researchers, several open-source ECG formats, such as XML (FDA-XML or ecgml), SVG, and PNG, were used to exchange ECG information. 3 Results 3.1 ECG database More than ten thousand complete 12-lead ECG files were collected over the past two years. As shown in Figure 4, some useful information decoded from SCP file was stored in the MySQL database. There are two ways an end-user can query the database: (1) query by patient id; (2) query by date. Figure 6 shows the results of a query by a patient id. Figure 6: Results of a query by patient id (pid) 3.3 Data format exchange Four open-source ECG-related formats were generated by this system including FDA_XML, ecgml, SVG, and PNG Rendering ECG with XML An XML-related format has been recommended by the Food and Drug Administration (FDA) for annotated ECG waveform data since November 2001[8,9]. An FDA_XML format was developed using the HL7 Version 3 standard[10,11]. Figure 7 shows the FDA_XML document generated by this ECG management system. 137

4 Figure 7: FDA_XML document of an ECG shown in IE6.0 with MSXML4.0 plug-in An FDA_XML viewer downloaded from AMPS LLC website can be used to visualize the FDA_XML file[11,12]. Figure 8 shows the FDA_XML document of an ECG represented by the FDA_XML viewer Rendering ECG with SVG In order to represent ECG waveform data on the web, some graphic formats were used for viewing and transmitting. SVG and PNG are the most popular formats and have been recommended by World Wide Web Consortium (W3C)[14]. For this study PNG was chosen as the raster image output format and SVG as the scalable vector image output format. Comprehensive documentation and support of these two formats are available on the W3C website and Internet. A standalone SVG document was generated online by the system. Figure 10 shows the SVG document of an ECG represented by the Adobe SVG viewer using IE6.0 with Adobe viewer 3.0 plug-in[15]. Figure 10: SVG document of ECG represented by the Adobe SVG viewer using IE6.0 Figure 8: FDA_XML document of an ECG represented by the FDA_XML viewer An alternative XML format for ECG is ecgml, which was developed by Wang et al and had a simpler structure[13]. Figure 9 shows an ecgml document represented by the ecgml browser. A PNG file was also generated online by the system. Figure 11 shows the PNG graphic representation of an ECG using IE6.0. Almost all web browsers support the PNG format, including Netscape and Internet Explore. Authorized end-users can review the ECG records stored in the database worldwide via the PNG format. Figure 9: ecgml document represented by the ecgml browser Figure 11: PNG file representation of ECG using IE

5 3.3.3 Specific Disease Database During the past two years, three specific disease databases have been established from the clinical data: (1) Hyperkalemia: 67 records (2) Hypokalemia: 80 records (3) AMI: 98 records Every case was diagnosed and reviewed by clinical physicians to confirm the diagnosis. Related clinical data and laboratory examinations, such as electrolyte concentrations (sodium and potassium for hyper- or hypo-kalemia), and cardiac enzymes (CPK, MB, and Troponin-I for AMI), were collected from the results of laboratory tests. 4. Discussion A web-based electronic ECG management system, which offers multifaceted solutions for managing ECGs, such as stability, compatibility, accessibility, flexibility, user-friendly interface and easy-to-maintain properties, was developed. Open source freeware with good performance and stability, such as Apache, PHP and MySQL, were used to minimize maintenance cost. No all-purpose, efficient, user-friendly, and unified format for ECG data is available yet. The choice of format depends on the domain of researchers application[16]. The XML related format (including FDA_XML, ecgml, and SVG) is a well-formed format, since it is derived from Standard Generalized Markup Language (SGML) and verified by W3C. At present, it seems that the XML format is preferred for the ECG format. FDA_XML is well-defined by HL7 and recommended by FDA[8,9]. A viewer with multiple functions has been developed for FDA_XML format representation of an ECG[12]. However, the FDA_XML is designed for dealing with various biological signals, and it is not specifically tailored for ECG. Hence, not only is the format of the FDA_XML for ECG complex, but the vocabulary of FDA_XML does not conform to the traditional nomenclatures of the ECG. To overcome these drawbacks, ecgml was proposed in 2003[13]. Simplicity, flexibility and extensibility are major advantages of ecgml. A primitive ecgml browser with simple functions was developed. However, the applicability of the ecgml browser is limited, because only three leads can be seen in the browser at the same time, and the quality and precision are less than that of the FDA_XML viewer. SVG, an extension of XML file format, has been recommended by W3C[17] and widely used by many institutes for graphic representation of data in XML files. It does not only reserve all information of the raw ECG data but also provides an interactive function via a properly designed viewer. The powerful functionality offered by an SVG viewer makes it an attractive alternative of ECG format. Some ECG signal analysis modules, such as ECG characteristic points detection and RR wave detection, have been developed successfully in a previous study[4]. Until now, the developed modules have not been integrated into other components such as XML or SVG for further analysis. Since FDA_XML and ecgml both support annotation of an ECG waveform, the results of the signal analysis can be embedded in the XML-related ECG files. Integration of these analysis modules with other components enhances the functionality of the studied ECG management system. Although more then ten thousands ECG records have been stored in the database, only three disease-specific databases have been established. The process of disease database establishment is tedious and time-consuming because the collection of the clinical data is done mainly manually. The process can be accelerated, if this system can communicate with or be integrated into the Hospital Information System (HIS). In conclusion, the established electronic ECG management system can provide effective ECG informatics services such as online ECG pattern recognition to aid diagnosis for clinical physicians and ECG signal processing and analysis for researchers. The design and development of this web-based electronic system is an important component in providing better and more efficient online ECG data management. With the addition of signal analyzing modules, the system can serve as a diagnosis-aid for physicians and as an analysis platform for researchers. The format exchanging programs developed in this study can enhance the interoperability of ECG data. Other medical signals such as holter ECG, exercise ECG, patient monitor, and phenocardiogram could be studied in future. Other possible studies could include intra-hospital integration systems, for example communication with HIS, interaction with Picture Archiving and Communication System (PACS) and integration with Electronic Patient Record (EPR). Eventually, a country-wide inter-hospital medical signal database should be aimed at. Acknowledgements This project is granted by NSC (National Science Council, NSC E and NSC E ), Taiwan. Our gratitude is extended to Shih-Ming Shieh, M.D., the head of Wei-Gong Memorial Hospital, who generously assisted our research. Finally, we thank for the funding and support provided by Chung Hua University, Taiwan. 139

6 References [1] Chronaki C. E., Chiarugi F., Lees P. J., et al, 2002, OpenECG: a European Project to Promote the SCP-ECG Standard, a Further Step Towards Interoperability in Electrocardiography, Computers in Cardiology Vol. 29, pp [2] Lobodzinski S. M., Teppner U., Laks M., 2003, State of the art techniques for preservation and reuse of hard copy electrocardiograms, Journal of Electrocardiology, Vol. 36(Suppl.), pp [3] Badilini F., Erdem T., Zareba W., et al, 2005, ECGScan: A method for conversion of paper electrocardiographic printouts to digital electrocardiographic files, Journal of Electrocardiology, Vol. 38, pp [4] Chiang C. C., Yang Y. C., Tzeng W. C., et al, 2004, An SCP Compatible 12-Lead Electrocardiogram Database for Signal Transmission, Storage and Analysis, Computers in Cardiology, Vol. 31, pp [5] Paracha M. A., Mohammad S. N., Macfarlane P. W., et al, 2003, Implementation of Web Database for ECG, Computers in Cardiology, Vol. 30, pp [6] Zhou S., Guillemette G., Antinoro R., et al, 2003, New Approaches in Philips ECG Database Management System Design, Computers in Cardiology, Vol. 30, pp [7] WebECG website. Available from: [Accessed on 20 September 2006]. [8] Stockbridge N., Brown B. D., 2004, Annotated ECG waveform data at FDA, Journal of Electrocardiology, Vol. 37, pp [9] Specification for Annotated Electrocardiographic Waveform Data in Electronic Format; Request for Comments, [FDA Docket No. 03N-0158]. Available from: [Accessed on 18 December 2005]. [10] HL7 Version 3 Standard, Document: Health and Clinical Management Domains, Available from:[accessed on 18 December 2005]. [11] Brown B., Kohls M., Stockbridge N., 2005, FDA XML Data Format Design Specification, Draft B, Available from: [Accessed on 18 December 2005]. [12] Badilini F., Isola L., 2004, Freeware ECG Viewer for the XML FDA Format, S5.5_PA.pdf, AMPS LLC, Montichiari. New York, USA, Italy. 2nd OpenECG Workshop, Berlin, Germany. [13] Wang H., Azuaje F., Jung B., et al, 2003, A markup language for electrocardiogram data acquisition and analysis (ecgml), BMC Medical Informatics and Decision Support, Vol. 3, pp. 4 [14] W3C, graphics on the web. Available from: 140 [Accessed on 18 May 2006]. [15] Adobe SVG Viewer. Available from: [Accessed on 18 May 2006]. [16] Varri A., Kemp B., Penzel T., et al, 2001, Standards for biomedical signal databases IEEE Engineering in Medicine and Biology Magazine, Vol. 20, No. 3, pp [17] SVG Home Page. Available from: [Accessed on 18 May 2005].

Telecardiology for Rural Health Care

Telecardiology for Rural Health Care Telecardiology for Rural Health Care Dr.T.V.U.Kiran Kumar HOD, Dept Of ECE, Bharath University, Chennai-600073, India ABSTRACT: This paper presents the development of a web based telecardiology framework

More information

A new SCP-ECG module for telemedicine services

A new SCP-ECG module for telemedicine services A new SCP-ECG module for telemedicine services G. MANDELLOS a, M. KOUKIAS a, G. ANASTASSOPOULOS b, D. LYMPEROPOULOS a a Wire Communication Lab, Electrical & Computer Engineering Dept., University of Patras,

More information

Towards standards for management and transmission of medical data in web technology

Towards standards for management and transmission of medical data in web technology Towards standards for management and transmission of medical data in web technology Dr. Francesco Sicurello President @ITIM Italian Association of Telemedicine and Medical Informatics (Italy) Medical Informatics

More information

Study of GML-Based Geographical Data Visualization Strategy

Study of GML-Based Geographical Data Visualization Strategy Study of GML-Based Geographical Data Visualization Strategy ZHANG LIN 1, CHEN SHI-BIN 2 1 College of Information Technology, ZheJiang University of Finance & Economics, HangZhou 310012, China 2 College

More information

Visualization Method of Trajectory Data Based on GML, KML

Visualization Method of Trajectory Data Based on GML, KML Visualization Method of Trajectory Data Based on GML, KML Junhuai Li, Jinqin Wang, Lei Yu, Rui Qi, and Jing Zhang School of Computer Science & Engineering, Xi'an University of Technology, Xi'an 710048,

More information

OpenEMR: Achieving DICOM Interoperability using Mirth

OpenEMR: Achieving DICOM Interoperability using Mirth OpenEMR: Achieving DICOM Interoperability using Mirth A ViSolve, Inc. Technical Guide TABLE OF CONTENTS Table of Contents 1. Objective... 3 2. DICOM Images... 3 3. DICOM Image Viewers... 4 4. Sending and

More information

ECG Management. ScImage Solution Series. The Challenges: Overview

ECG Management. ScImage Solution Series. The Challenges: Overview ECG Management Processes and Progress Overview The Challenges: Provide ubiquitous access to ECG s across the enterprise, while delivering role-based functionality based on clinical requirements, with the

More information

So, You want to buy an ECG Management System?

So, You want to buy an ECG Management System? 12th Dec 2009 So, You want to buy an ECG Management System? By: Adam Chee W.S Welcome to another So, You want to article, in this piece, we will examine some of the key areas of concern to look out for

More information

Enhancements on SCP-ECG protocol for multi vital-sign handling

Enhancements on SCP-ECG protocol for multi vital-sign handling Enhancements on SCP-ECG protocol for multi vital-sign handling G. MANDELLOS, G. KOUTELAKIS, G. TRIANTAFYLLOU, M. KOUKIAS, D. LYMPEROPOULOS Wire Communication Lab, Electrical & Computer Engineering Dept.,

More information

VoiceXML Data Logging Overview

VoiceXML Data Logging Overview Data Logging Overview - Draft 0.3-20 August 2007 Page 1 Data Logging Overview Forum Tools Committee Draft 0.3-20 August 2007 Data Logging Overview - Draft 0.3-20 August 2007 Page 1 About the Forum: Founded

More information

U.S. Department of Health and Human Services (HHS) The Office of the National Coordinator for Health Information Technology (ONC)

U.S. Department of Health and Human Services (HHS) The Office of the National Coordinator for Health Information Technology (ONC) U.S. Department of Health and Human Services (HHS) The Office of the National Coordinator for Health Information Technology (ONC) econsent Trial Project Architectural Analysis & Technical Standards Produced

More information

Broadening the Exchange of Electrocardiogram Data from Intra-Hospital to Inter-Hospital

Broadening the Exchange of Electrocardiogram Data from Intra-Hospital to Inter-Hospital 20 Broadening the Exchange of Electrocardiogram Data from Intra-Hospital to Inter-Hospital Shizhong Yuan 1,2, Daming Wei 1,2,3 and Weimin Xu 2 1 Biomedical Information Technology Laboratory, University

More information

Supporting in- and off-hospital Patient Management Using a Web-based Integrated Software Platform

Supporting in- and off-hospital Patient Management Using a Web-based Integrated Software Platform Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed under

More information

CMS Query Suite. CS4440 Project Proposal. Chris Baker Michael Cook Soumo Gorai

CMS Query Suite. CS4440 Project Proposal. Chris Baker Michael Cook Soumo Gorai CMS Query Suite CS4440 Project Proposal Chris Baker Michael Cook Soumo Gorai I) Motivation Relational databases are great places to efficiently store large amounts of information. However, information

More information

Health Informatics Medical waveform Format Encoding Rules ISO/TS 11073-92001

Health Informatics Medical waveform Format Encoding Rules ISO/TS 11073-92001 Health Informatics Medical waveform Format Encoding Rules ISO/TS 11073-92001 Koichiro Matsumoto MFER Committee Nihon Kohden Corp. Oct.11-13 2010 ISO/TC215 & CEN/TC251 Health Informatics in Rotterdam Background

More information

World-wide online monitoring interface of the ATLAS experiment

World-wide online monitoring interface of the ATLAS experiment World-wide online monitoring interface of the ATLAS experiment S. Kolos, E. Alexandrov, R. Hauser, M. Mineev and A. Salnikov Abstract The ATLAS[1] collaboration accounts for more than 3000 members located

More information

DESIGN AND IMPLEMENTATION OF A WEB-BASED GIS FOR PATIENTS REFERRAL TO HOSPITALS IN ZARIA METROPOLIS

DESIGN AND IMPLEMENTATION OF A WEB-BASED GIS FOR PATIENTS REFERRAL TO HOSPITALS IN ZARIA METROPOLIS www.arpapress.com/volumes/vol8issue1/ijrras_8_1_14.pdf DESIGN AND IMPLEMENTATION OF A WEB-BASED GIS FOR PATIENTS REFERRAL TO HOSPITALS IN ZARIA METROPOLIS F.B Abdullahi 1 & T.Hassan 2 Department of Mathematics

More information

1. Introduction. 2. Mobile Healthcare Systems

1. Introduction. 2. Mobile Healthcare Systems 2011 International Conference on Signal, Image Processing and Applications With workshop of ICEEA 2011 IPCSIT vol.21 (2011) (2011) IACSIT Press, Singapore Medical Image Data Management System in Mobile

More information

HETEROGENEOUS DATA INTEGRATION FOR CLINICAL DECISION SUPPORT SYSTEM. Aniket Bochare - aniketb1@umbc.edu. CMSC 601 - Presentation

HETEROGENEOUS DATA INTEGRATION FOR CLINICAL DECISION SUPPORT SYSTEM. Aniket Bochare - aniketb1@umbc.edu. CMSC 601 - Presentation HETEROGENEOUS DATA INTEGRATION FOR CLINICAL DECISION SUPPORT SYSTEM Aniket Bochare - aniketb1@umbc.edu CMSC 601 - Presentation Date-04/25/2011 AGENDA Introduction and Background Framework Heterogeneous

More information

Integrating the Healthcare Enterprise White Paper

Integrating the Healthcare Enterprise White Paper Integrating the Healthcare Enterprise White Paper Retrieve ECG for Display Integration Profile This white paper provides information regarding the Retrieve ECG for Display, or simply ECG Display, Integration

More information

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence Web Development Owen Sacco ICS2205/ICS2230 Web Intelligence Brief Course Overview An introduction to Web development Server-side Scripting Web Servers PHP Client-side Scripting HTML & CSS JavaScript &

More information

ENSURING YOUR ENTERPRISE IMAGE-VIEWER IS FULLY SECURE

ENSURING YOUR ENTERPRISE IMAGE-VIEWER IS FULLY SECURE ENSURING YOUR ENTERPRISE IMAGE-VIEWER IS FULLY SECURE Ensuring the security of information and applications is a critical priority for all organizations, particularly those in the healthcare field. The

More information

VOL. 2, NO. 1, January 2012 ISSN 2225-7217 ARPN Journal of Science and Technology 2010-2012 ARPN Journals. All rights reserved

VOL. 2, NO. 1, January 2012 ISSN 2225-7217 ARPN Journal of Science and Technology 2010-2012 ARPN Journals. All rights reserved Mobile Application for News and Interactive Services L. Ashwin Kumar Department of Information Technology, JNTU, Hyderabad, India loka.ashwin@gmail.com ABSTRACT In this paper, we describe the design and

More information

510(k) Summary May 7, 2012

510(k) Summary May 7, 2012 510(k) Summary Medicalgorithmics 510(k) Premarket Notification 510(k) Summary May 7, 2012 1. Submitter Name and Address Medicalgorithmics LLC 245 West 107th St., Suite 11A New York, NY 10025, USA Contact

More information

Clinical Database Information System for Gbagada General Hospital

Clinical Database Information System for Gbagada General Hospital International Journal of Research Studies in Computer Science and Engineering (IJRSCSE) Volume 2, Issue 9, September 2015, PP 29-37 ISSN 2349-4840 (Print) & ISSN 2349-4859 (Online) www.arcjournals.org

More information

Develop Patient Monitoring and Support System Using Mobile Communication and Intelligent Reasoning

Develop Patient Monitoring and Support System Using Mobile Communication and Intelligent Reasoning Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 Develop Patient Monitoring and Support System Using Mobile Communication and Intelligent

More information

SUPERCHARGED. CUSTOM-DESIGNED FOR CARDIOLOGY. Cardiology PACS. Cardiology

SUPERCHARGED. CUSTOM-DESIGNED FOR CARDIOLOGY. Cardiology PACS. Cardiology Cardiology PACS CUSTOM-DESIGNED FOR CARDIOLOGY. Now, you can count on powerful PACS performance in your cardiology department. CARESTREAM Vue for Cardiology can consolidate your disparate cardio lab systems

More information

INFORMATION TECHNOLOGIES FOR PATIENT CARE MANAGEMENT

INFORMATION TECHNOLOGIES FOR PATIENT CARE MANAGEMENT SUMMARY Features INTERIN Technology, a complex of software tools and techniques for building health care information systems, was developed in the Program Systems Institute, Russian Academy of Sciences.

More information

Effective Vector Data Transmission and Visualization Using HTML5

Effective Vector Data Transmission and Visualization Using HTML5 Effective Vector Data Transmission and Visualization Using HTML5 Padraig Corcoran 1, Peter Mooney 1, Adam Winstanley 1 and Michela Bertolotto 2 1 Department of Computer Science, National University of

More information

CardioSoft * Diagnostic System

CardioSoft * Diagnostic System GE Healthcare CardioSoft * Diagnostic System Connecting Hearts and Minds Clinically connected. Simply smart. CardioSoft Diagnostic System from GE Healthcare is more than a software program it is a data

More information

DICOM-Based Multi-Center Electronic Medical Records Management System

DICOM-Based Multi-Center Electronic Medical Records Management System Vol. 2, No. N 2, June, 2010 DICOM-Based Multi-Center Electronic Medical Records Management System Jui-Hung Kao 1, Chien-Yeh Hsu 2 3, Yu-Ping Sung 2 Wei-Pan Liao 4 1 Information System Office of National

More information

Tool-Assisted Knowledge to HL7 v3 Message Translation (TAMMP) Installation Guide December 23, 2009

Tool-Assisted Knowledge to HL7 v3 Message Translation (TAMMP) Installation Guide December 23, 2009 Tool-Assisted Knowledge to HL7 v3 Message Translation (TAMMP) Installation Guide December 23, 2009 Richard Lyn lynrf@mcmaster.ca Jianwei Yang yangj29@mcmaster.ca Document Revision History Rev. Level Date

More information

2. Distributed Handwriting Recognition. Abstract. 1. Introduction

2. Distributed Handwriting Recognition. Abstract. 1. Introduction XPEN: An XML Based Format for Distributed Online Handwriting Recognition A.P.Lenaghan, R.R.Malyan, School of Computing and Information Systems, Kingston University, UK {a.lenaghan,r.malyan}@kingston.ac.uk

More information

A web-based viewing system for enterprise-wide image distribution

A web-based viewing system for enterprise-wide image distribution A web-based viewing system for enterprise-wide image distribution J.A. Carmichael 1 Historically, healthcare organizations are very departmentalized, relying heavily on disparate processing and information

More information

International Journal of Engineering Technology, Management and Applied Sciences. www.ijetmas.com November 2014, Volume 2 Issue 6, ISSN 2349-4476

International Journal of Engineering Technology, Management and Applied Sciences. www.ijetmas.com November 2014, Volume 2 Issue 6, ISSN 2349-4476 ERP SYSYTEM Nitika Jain 1 Niriksha 2 1 Student, RKGITW 2 Student, RKGITW Uttar Pradesh Tech. University Uttar Pradesh Tech. University Ghaziabad, U.P., India Ghaziabad, U.P., India ABSTRACT Student ERP

More information

GLOB@L LIBRARIES - BULGARIA PROGRAM. Terms of Reference

GLOB@L LIBRARIES - BULGARIA PROGRAM. Terms of Reference GLOB@L LIBRARIES - BULGARIA PROGRAM Terms of Reference Position: Web Design Consultant (WDC) Timeframe: Up to 6 months based on interim outcomes I. BACKGROUND INFORMATION The Glob@l Libraries Bulgaria

More information

Adding Web 2.0 features to a Fleet Monitoring Dashboard

Adding Web 2.0 features to a Fleet Monitoring Dashboard SpaceOps 2010 ConferenceDelivering on the DreamHosted by NASA Mars 25-30 April 2010, Huntsville, Alabama AIAA 2010-2249 Adding Web 2.0 features to a Fleet Monitoring Dashboard

More information

Deriving the 12-lead Electrocardiogram From Four Standard Leads Based on the Frank Torso Model

Deriving the 12-lead Electrocardiogram From Four Standard Leads Based on the Frank Torso Model Deriving the 12-lead Electrocardiogram From Four Standard Leads Based on the Frank Torso Model Daming Wei Graduate School of Information System The University of Aizu, Fukushima Prefecture, Japan A b s

More information

GE Healthcare. The ECG with more knowledge built in Introducing the MAC * 5500 HD

GE Healthcare. The ECG with more knowledge built in Introducing the MAC * 5500 HD GE Healthcare The ECG with more knowledge built in Introducing the MAC * 5500 HD If you can t see the pacemaker, you re not seeing the whole patient During a patient s cardiac event, physicians have moments

More information

Component-based Approach to the Development of Internet EDI Software for Electronic Document Management

Component-based Approach to the Development of Internet EDI Software for Electronic Document Management Component-based Approach to the Development of Internet EDI for Electronic Document Management Jian Ma, Jiazhi Liang and Quan Zhang Department of Information Systems, City University of Hong Kong Kowloon

More information

Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols

Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols E-Commerce Infrastructure II: the World Wide Web The Internet and the World Wide Web are two separate but related things Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 1 Outline The Internet and

More information

Client/server is a network architecture that divides functions into client and server

Client/server is a network architecture that divides functions into client and server Page 1 A. Title Client/Server Technology B. Introduction Client/server is a network architecture that divides functions into client and server subsystems, with standard communication methods to facilitate

More information

A Web Access to Data in a Mobile ECG Monitoring System 1

A Web Access to Data in a Mobile ECG Monitoring System 1 A Web Access to Data in a Mobile ECG Monitoring System 1 Jimena Rodríguez, Lacramioara Dranca, Alfredo Goñi and Arantza Illarramendi University of the Basque Country (UPV/EHU).LSI Department. Donostia-San

More information

IT SOLUTIONS FOR SCIENCE AND HEALTHCARE

IT SOLUTIONS FOR SCIENCE AND HEALTHCARE IT SOLUTIONS FOR SCIENCE AND HEALTHCARE Innovation IT solutions for science and healthcare from an experienced, innovative, customer centric and ambitious company INTRODUCTION Silvermedia is an innovative

More information

CHAPTER 20 TESING WEB APPLICATIONS. Overview

CHAPTER 20 TESING WEB APPLICATIONS. Overview CHAPTER 20 TESING WEB APPLICATIONS Overview The chapter describes the Web testing. Web testing is a collection of activities whose purpose is to uncover errors in WebApp content, function, usability, navigability,

More information

Practical Implementation of a Bridge between Legacy EHR System and a Clinical Research Environment

Practical Implementation of a Bridge between Legacy EHR System and a Clinical Research Environment Cross-Border Challenges in Informatics with a Focus on Disease Surveillance and Utilising Big-Data L. Stoicu-Tivadar et al. (Eds.) 2014 The authors. This article is published online with Open Access by

More information

LONI IMAGE & DATA ARCHIVE USER MANUAL

LONI IMAGE & DATA ARCHIVE USER MANUAL IMAGE & DATA ARCHIVE USER MANUAL Laboratory of Neuro Imaging Dr. Arthur W. Toga, Director June 2013 INTRODUCTION The LONI (IDA) is a user-friendly environment to archive, search, share, track and disseminate

More information

Implementing Ontology-based Information Sharing in Product Lifecycle Management

Implementing Ontology-based Information Sharing in Product Lifecycle Management Implementing Ontology-based Information Sharing in Product Lifecycle Management Dillon McKenzie-Veal, Nathan W. Hartman, and John Springer College of Technology, Purdue University, West Lafayette, Indiana

More information

Synergy Controller Cloud Storage Features and Benefits

Synergy Controller Cloud Storage Features and Benefits Synergy Controller Cloud Storage Features and Benefits The exploding popularity of cloud based data storage and application services is a direct result of the benefits they seem to provide in virtually

More information

Fig. 1 BAN Architecture III. ATMEL BOARD

Fig. 1 BAN Architecture III. ATMEL BOARD Volume 2, Issue 9, September 2014 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

COURSE CONTENT FOR WINTER TRAINING ON Web Development using PHP & MySql

COURSE CONTENT FOR WINTER TRAINING ON Web Development using PHP & MySql COURSE CONTENT FOR WINTER TRAINING ON Web Development using PHP & MySql 1 About WEB DEVELOPMENT Among web professionals, "web development" refers to the design aspects of building web sites. Web development

More information

Design of Hospital EMR Management System

Design of Hospital EMR Management System International Journal of u-and e-service, Science and Technology, pp.341-348 http://dx.doi.org/10.14257/ijunnesst.2014.7.5.30 Design of Hospital EMR Management System Hongfeng He and Yixin Yan * Harbin

More information

MVC Architecture Driven Design and Implementation of Java Framework for Developing Desktop Application

MVC Architecture Driven Design and Implementation of Java Framework for Developing Desktop Application , pp.317-322 http://dx.doi.org/10.14257/ijhit.2014.7.5.29 MVC Architecture Driven Design and Implementation of Java Framework for Developing Desktop Application Iqbal H. Sarker and K. Apu Department of

More information

Synergy Controller Cloud Storage Features and Benefits

Synergy Controller Cloud Storage Features and Benefits Synergy Controller Cloud Storage Features and Benefits The exploding popularity of cloud based data storage and application services is a direct result of the benefits they provide in virtually all business

More information

MONITORING OF NETWORKED MACHINES AND DEVICES IN MANUFACTURING NETWORKS

MONITORING OF NETWORKED MACHINES AND DEVICES IN MANUFACTURING NETWORKS DAAAM INTERNATIONAL SCIENTIFIC BOOK 2010 pp. 129-140 CHAPTER 14 MONITORING OF NETWORKED MACHINES AND DEVICES IN MANUFACTURING NETWORKS FABISIAK, B. Abstract: The monitoring of networked machines, devices

More information

Data Migration Format Considerations Don Bridges / Data Conversion Laboratory Agenda Format Options Migration Issues Recommendations Alphabet Soup HTML Hypertext Markup Language is the set of "markup"

More information

A Protocol Based Packet Sniffer

A Protocol Based Packet Sniffer 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. 3, March 2015,

More information

Integrating REST with RIA-Bus for Efficient Communication and Modularity in Rich Internet Applications

Integrating REST with RIA-Bus for Efficient Communication and Modularity in Rich Internet Applications Integrating REST with RIA-Bus for Efficient Communication and Modularity in Rich Internet Applications NR Dissanayake 1#, T Wirasingha 2 and GKA Dias 2 1 University of Colombo School of Computing, Colombo

More information

Zhenping Liu *, Yao Liang * Virginia Polytechnic Institute and State University. Xu Liang ** University of California, Berkeley

Zhenping Liu *, Yao Liang * Virginia Polytechnic Institute and State University. Xu Liang ** University of California, Berkeley P1.1 AN INTEGRATED DATA MANAGEMENT, RETRIEVAL AND VISUALIZATION SYSTEM FOR EARTH SCIENCE DATASETS Zhenping Liu *, Yao Liang * Virginia Polytechnic Institute and State University Xu Liang ** University

More information

An Esri White Paper June 2010 Tracking Server 10

An Esri White Paper June 2010 Tracking Server 10 An Esri White Paper June 2010 Tracking Server 10 Esri 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2010 Esri All rights

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

DESIGN AND IMPLEMENTATION OF A WEB-BASED GIS FOR PUBLIC HEALTHCARE DECISION SUPPORT SYSTEM IN ZARIA METROPOLIS

DESIGN AND IMPLEMENTATION OF A WEB-BASED GIS FOR PUBLIC HEALTHCARE DECISION SUPPORT SYSTEM IN ZARIA METROPOLIS DESIGN AND IMPLEMENTATION OF A WEB-BASED GIS FOR PUBLIC HEALTHCARE DECISION SUPPORT SYSTEM IN ZARIA METROPOLIS F. B. Abdullahi 1, M.M Lawal 2 & J.O Agushaka 3 Department Of Mathematics, Ahmadu Bello University,

More information

MD Link Integration. 2013 2015 MDI Solutions Limited

MD Link Integration. 2013 2015 MDI Solutions Limited MD Link Integration 2013 2015 MDI Solutions Limited Table of Contents THE MD LINK INTEGRATION STRATEGY...3 JAVA TECHNOLOGY FOR PORTABILITY, COMPATIBILITY AND SECURITY...3 LEVERAGE XML TECHNOLOGY FOR INDUSTRY

More information

Software Requirements Specification For Real Estate Web Site

Software Requirements Specification For Real Estate Web Site Software Requirements Specification For Real Estate Web Site Brent Cross 7 February 2011 Page 1 Table of Contents 1. Introduction...3 1.1. Purpose...3 1.2. Scope...3 1.3. Definitions, Acronyms, and Abbreviations...3

More information

eattendance System for Academic Institutions

eattendance System for Academic Institutions , March 18-20, 2015, Hong Kong eattendance System for Academic Institutions Gaurav Madan, Yashasvi Vedula, Anubha Varshney, Ranoo Sharma, B Vijayakumar Abstract This paper summarizes the work towards building

More information

Research on Digital Agricultural Information Resources Sharing Plan Based on Cloud Computing *

Research on Digital Agricultural Information Resources Sharing Plan Based on Cloud Computing * Research on Digital Agricultural Information Resources Sharing Plan Based on Cloud Computing * Guifen Chen 1,**, Xu Wang 2, Hang Chen 1, Chunan Li 1, Guangwei Zeng 1, Yan Wang 1, and Peixun Liu 1 1 College

More information

Apache Web Server Execution Tracing Using Third Eye

Apache Web Server Execution Tracing Using Third Eye Apache Web Server Execution Tracing Using Third Eye Raimondas Lencevicius Alexander Ran Rahav Yairi Nokia Research Center, 5 Wayside Road, Burlington, MA 01803, USA Raimondas.Lencevicius@nokia.com Alexander.Ran@nokia.com

More information

A Design and Implementation of a Web Server Log File Analyzer

A Design and Implementation of a Web Server Log File Analyzer A Design and Implementation of a Web Server Log File Analyzer Yu-Hsin Cheng 1, Chien-Hung Huang 2 1 Department of Information Management, Ling Tung University No. 1, Ling tung Rd., Taichung, Taiwan 2 Department

More information

SIB relays C++ API SQL API. Kernel. Hardware Desc. XML. XML Parser parser.h. State. Misc. Mgmt. I/O Manager iomgr.h. Data Acq. XCR. Batt. Mgmt.

SIB relays C++ API SQL API. Kernel. Hardware Desc. XML. XML Parser parser.h. State. Misc. Mgmt. I/O Manager iomgr.h. Data Acq. XCR. Batt. Mgmt. Misc. Data Acq. Sunny Boy SIB relays usb-serial XCR xcr.h Hardware Desc. XML sensors.xml I/O Manager iomgr.h Sunny Boy sunnyboy.h XML Parser parser.h Kernel kernel.h C++ API State Mgmt. Batt. Mgmt. Maint.

More information

A Grid Architecture for Manufacturing Database System

A Grid Architecture for Manufacturing Database System Database Systems Journal vol. II, no. 2/2011 23 A Grid Architecture for Manufacturing Database System Laurentiu CIOVICĂ, Constantin Daniel AVRAM Economic Informatics Department, Academy of Economic Studies

More information

Online Enrollment and Administration System

Online Enrollment and Administration System FYP Proposal Report Real World Database Development by Kong Koon Kit Chan Yin Mo Leung Shiu Hong Advised by Prof. Frederick H. Lochovsky Submitted in partial fulfillment of the requirements for COMP 4981

More information

SNS-Navigator: A Graphical Interface to Environmental Meta-Information

SNS-Navigator: A Graphical Interface to Environmental Meta-Information In: O. Hryniewicz, J. Studziński and M. Romaniuk (eds.): Environmental informatics and systems research / EnviroInfo 2007. The 21th International Conference on "Informatics for Environmental Protection",

More information

WLAN TRAFFIC GRAPHING APPLICATION USING SIMPLE NETWORK MANAGEMENT PROTOCOL *

WLAN TRAFFIC GRAPHING APPLICATION USING SIMPLE NETWORK MANAGEMENT PROTOCOL * WLAN TRAFFIC GRAPHING APPLICATION USING SIMPLE NETWORK MANAGEMENT PROTOCOL * Bhargavi Hiremagalur and Dulal C. Kar Department of Computing and Mathematical Sciences, Texas A&M University-Corpus Christi,

More information

Software Development Kit

Software Development Kit Open EMS Suite by Nokia Software Development Kit Functional Overview Version 1.3 Nokia Siemens Networks 1 (21) Software Development Kit The information in this document is subject to change without notice

More information

B.Sc (Computer Science) Database Management Systems UNIT-V

B.Sc (Computer Science) Database Management Systems UNIT-V 1 B.Sc (Computer Science) Database Management Systems UNIT-V Business Intelligence? Business intelligence is a term used to describe a comprehensive cohesive and integrated set of tools and process used

More information

Design Document. Offline Charging Server (Offline CS ) Version 1.0. - i -

Design Document. Offline Charging Server (Offline CS ) Version 1.0. - i - Design Document Offline Charging Server (Offline CS ) Version 1.0 - i - Document Scope Objective The information provided in this document specifies the design details of Operations of Offline Charging

More information

Interoperable Solutions in Web-based Mapping

Interoperable Solutions in Web-based Mapping ISPRS SIPT IGU UCI CIG ACSG Table of contents Table des matières Authors index Index des auteurs Search Recherches Exit Sortir Interoperable Solutions in Web-based Mapping Marta Wojnarowska and Bridget

More information

Pivot Charting in SharePoint with Nevron Chart for SharePoint

Pivot Charting in SharePoint with Nevron Chart for SharePoint Pivot Charting in SharePoint Page 1 of 10 Pivot Charting in SharePoint with Nevron Chart for SharePoint The need for Pivot Charting in SharePoint... 1 Pivot Data Analysis... 2 Functional Division of Pivot

More information

IO Informatics The Sentient Suite

IO Informatics The Sentient Suite IO Informatics The Sentient Suite Our software, The Sentient Suite, allows a user to assemble, view, analyze and search very disparate information in a common environment. The disparate data can be numeric

More information

HL7 and DICOM based integration of radiology departments with healthcare enterprise information systems

HL7 and DICOM based integration of radiology departments with healthcare enterprise information systems international journal of medical informatics 76S (2007) S425 S432 journal homepage: www.intl.elsevierhealth.com/journals/ijmi HL7 and DICOM based integration of radiology departments with healthcare enterprise

More information

Using the RSNA s Teaching File Software

Using the RSNA s Teaching File Software Using the RSNA s Teaching File Software Slides are not to be reproduced Using MIRC for Departmental Teaching Files Outline Introduction to teaching files MIRC Overview MIRC Query MIRC Authoring MIRC installation

More information

How To Manage Your Digital Assets On A Computer Or Tablet Device

How To Manage Your Digital Assets On A Computer Or Tablet Device In This Presentation: What are DAMS? Terms Why use DAMS? DAMS vs. CMS How do DAMS work? Key functions of DAMS DAMS and records management DAMS and DIRKS Examples of DAMS Questions Resources What are DAMS?

More information

RNA Movies 2: sequential animation of RNA secondary structures

RNA Movies 2: sequential animation of RNA secondary structures W330 W334 Nucleic Acids Research, 2007, Vol. 35, Web Server issue doi:10.1093/nar/gkm309 RNA Movies 2: sequential animation of RNA secondary structures Alexander Kaiser 1, Jan Krüger 2 and Dirk J. Evers

More information

DDMan: A Management System for Distributed Software Development in Cloud Computing Environments

DDMan: A Management System for Distributed Software Development in Cloud Computing Environments DDMan: A Management System for Distributed Software Development in Cloud Computing Environments Chung Yung and Shao-Zong Chen Abstract In this paper, we present a management system for distributed software

More information

Web Hosting Features. Small Office Premium. Small Office. Basic Premium. Enterprise. Basic. General

Web Hosting Features. Small Office Premium. Small Office. Basic Premium. Enterprise. Basic. General General Basic Basic Small Office Small Office Enterprise Enterprise RAID Web Storage 200 MB 1.5 MB 3 GB 6 GB 12 GB 42 GB Web Transfer Limit 36 GB 192 GB 288 GB 480 GB 960 GB 1200 GB Mail boxes 0 23 30

More information

A VOICE MEDIATED SYSTEM FOR STRUCTURED ENTRY OF MEDICAL DATA

A VOICE MEDIATED SYSTEM FOR STRUCTURED ENTRY OF MEDICAL DATA A VOICE MEDIATED SYSTEM FOR STRUCTURED ENTRY OF MEDICAL DATA IST-2001-38143 ATVN-EU-GP Conference Applications Relating to Health 1-3 December 2005, Pułtusk near Warsaw, Poland 1 AGENDA AND TIME SCHEDULE

More information

Philips PageWriter Touch ECG System

Philips PageWriter Touch ECG System Philips PageWriter Touch ECG System Features: Easy, Fast, 12-Lead ECGs for Large or Small Hospitals Designed for high volume High resolution touch screen Preview reports before printing Wireless communication

More information

An Ontology-based Architecture for Integration of Clinical Trials Management Applications

An Ontology-based Architecture for Integration of Clinical Trials Management Applications An Ontology-based Architecture for Integration of Clinical Trials Management Applications Ravi D. Shankar, MS 1, Susana B. Martins, MD, MSc 1, Martin O Connor, MSc 1, David B. Parrish, MS 2, Amar K. Das,

More information

ISO11783 a Standardized Tractor Implement Interface

ISO11783 a Standardized Tractor Implement Interface ISO a ized Tractor Implement Interface Peter Fellmeth, Vector Informatik GmbH The upcoming ISO standard will be the preferred tractor Implement interface in the agricultural industry. Therefore the ISO

More information

A web-based approach for electrocardiogram monitoring in the home

A web-based approach for electrocardiogram monitoring in the home International Journal of Medical Informatics 54 (1999) 145 153 A web-based approach for electrocardiogram monitoring in the home Farah Magrabi a, Nigel H. Lovell a, *, Branko G. Celler b a Graduate School

More information

Design and Analysis of Mobile Learning Management System based on Web App

Design and Analysis of Mobile Learning Management System based on Web App , pp. 417-428 http://dx.doi.org/10.14257/ijmue.2015.10.1.38 Design and Analysis of Mobile Learning Management System based on Web App Shinwon Lee Department of Computer System Engineering, Jungwon University,

More information

ADVANCED MEDICAL SYSTEMS PTE LTD Singapore Malaysia India Australia www.amssg.com. JiveX Medical Archive All medical information in one location

ADVANCED MEDICAL SYSTEMS PTE LTD Singapore Malaysia India Australia www.amssg.com. JiveX Medical Archive All medical information in one location JiveX Medical Archive All medical information in one location JiveX Medical Archive Vendor neutral archiving in medicine 09/2014 EN 2/8 All medical information in one location Medically relevant information

More information

The World Wide Web: History

The World Wide Web: History The World Wide Web: History - March, 1989, Tim Berners-Lee of Geneva s European Particle Physics Laboratory (CERN) circulated a proposal to develop a hypertext system for global information sharing in

More information

A Scalability Model for Managing Distributed-organized Internet Services

A Scalability Model for Managing Distributed-organized Internet Services A Scalability Model for Managing Distributed-organized Internet Services TSUN-YU HSIAO, KO-HSU SU, SHYAN-MING YUAN Department of Computer Science, National Chiao-Tung University. No. 1001, Ta Hsueh Road,

More information

A new Design Approach for Developing Electronic Health Record Application on Android

A new Design Approach for Developing Electronic Health Record Application on Android A new Design Approach for Developing Electronic Health Record Application on Android H. Sarojadevi 1,, Pallavi Munihanumaiah 2,B.A.Mohan 1,S.Ramya 1 and M. Sushma 1 1 Department of CSE, Nitte Meenakshi

More information

Preprocessing Web Logs for Web Intrusion Detection

Preprocessing Web Logs for Web Intrusion Detection Preprocessing Web Logs for Web Intrusion Detection Priyanka V. Patil. M.E. Scholar Department of computer Engineering R.C.Patil Institute of Technology, Shirpur, India Dharmaraj Patil. Department of Computer

More information

Internet Technologies_1. Doc. Ing. František Huňka, CSc.

Internet Technologies_1. Doc. Ing. František Huňka, CSc. 1 Internet Technologies_1 Doc. Ing. František Huňka, CSc. Outline of the Course 2 Internet and www history. Markup languages. Software tools. HTTP protocol. Basic architecture of the web systems. XHTML

More information

XML Processing and Web Services. Chapter 17

XML Processing and Web Services. Chapter 17 XML Processing and Web Services Chapter 17 Textbook to be published by Pearson Ed 2015 in early Pearson 2014 Fundamentals of http://www.funwebdev.com Web Development Objectives 1 XML Overview 2 XML Processing

More information

Available online at www.sciencedirect.com. ScienceDirect. Procedia Computer Science 37 (2014 ) 16 23

Available online at www.sciencedirect.com. ScienceDirect. Procedia Computer Science 37 (2014 ) 16 23 Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 37 (2014 ) 16 23 The 5th International Conference on Emerging Ubiquitous Systems and Pervasive Networks (EUSPN-2014) HIS

More information

Appendix M INFORMATION TECHNOLOGY (IT) YOUTH APPRENTICESHIP

Appendix M INFORMATION TECHNOLOGY (IT) YOUTH APPRENTICESHIP Appendix M INFORMATION TECHNOLOGY (IT) YOUTH APPRENTICESHIP PROGRAMMING & SOFTWARE DEVELOPMENT AND INFORMATION SUPPORT & SERVICES PATHWAY SOFTWARE UNIT UNIT 5 Programming & and Support & s: (Unit 5) PAGE

More information