ELECTRONIC MEDICAL RECORD SYSTEM FOR PULMONARY DISEASE PATIENTS. IMPLEMENTATION AT SOTIRIA HOSPITAL, HELLAS

Size: px
Start display at page:

Download "ELECTRONIC MEDICAL RECORD SYSTEM FOR PULMONARY DISEASE PATIENTS. IMPLEMENTATION AT SOTIRIA HOSPITAL, HELLAS"

Transcription

1 ELECTRONIC MEDICAL RECORD SYSTEM FOR PULMONARY DISEASE PATIENTS. IMPLEMENTATION AT SOTIRIA HOSPITAL, HELLAS Nikolaos Apostolou, Georgios Karkalis, Costas Kyriakou, Maria Haritou, Dimitrios Koutsouris Biomedical Engineering Laboratory School of Electrical and Computer Engineering National Technical University of Athens Zografou Campus, Athens, Greece Tel: Fax: ABSTRACT Sotiria Hospital is one of the largest pulmonary disease hospitals in Greece. A huge number of patients visit it everyday. The implementation of an electronic medical record system for pulmonary disease and patient follow-up is expected to help substantially the hospital s clinical doctors in the every-day clinical practice but also for statistical and research reasons. This electronic medical record system will be applied to the Department of Respiratory Deficiency of Sotiria Hospital, but will have the ability to expand easily and communicate by exchanging information with other systems in other departments and hospitals. In order to satisfy these requirements, the proposed system is based on the industry standards, SQL and Java, avoiding compatibility issues and setting the basis of a future telemedicine system. Data stored in SQL databases are compatible with the leading Statistical Analysis Package, SPSS. Significant gains are expected: increase of the diagnostic reliability, better service to patients, less time consumption, advanced help in the field of statistical and clinical researches. KEYWORDS: database, electronic medical record, telemedicine, SQL, Java, SPSS. INTRODUCTION Health information systems are the intersection of information science, medicine and health care. They deal with the resources, devices and methods required to optimize the acquisition, storage, retrieval and use of information in health and biomedicine. Prior to deciding the implementation of a specific health information system each case should be studied separately and comprehensively. Incorporating patient administration and financial management procedures are intriguing. However, the cost and the technical difficulties are very high and some institutions cannot support them or prefer to make different financial planning, with emphasis on other needs of the health system. In the case of Sotiria Hospital in Athens, a simple approach was adopted. Sotiria Hospital is one of the largest hospitals of Athens and is composed of several different departments that are spread over a wide geographical area. A large number of patients visit it everyday and the hospital will benefit greatly from the implementation of an electronic medical record system. Our scope was to develop a record system complying with the standards of transmission and exchange of data. It should enable the rapid sharing between the different departments of the hospital, while fulfilling the demanding needs of a modern hospital.

2 METHODS AND MATERIALS The electronic medical record system we developed is applied to the Department of Respiratory Deficiency. It has the ability to expand easily and communicate with other systems so that, if proved efficient, similar systems may be applied to all the departments being able to exchange information among them as well as with other hospitals and institutions. The system is compatible with the standard programs for Statistical Analysis, so that useful conclusions and statistics may be derived from the information input to the system. The methods and the materials we used to develop this electronic medical record system were based on the industry standards and the research made in our lab. Compatibility issues and easy exchange of information aspects were taken into consideration. The selected system is an SQL database (a Database Management System that supports SQL) that is handled by a Java program (interface) and is compatible with the standard Statistical Analysis programs (in this case, SPSS is the selected statistical analysis package). SQL stands for Structured Query Language. It is a standard interactive and programming language for programmers to talk with databases through a Database Management System (DBMS). Using SQL, one can retrieve data from a database, create databases and database objects, add data, modify existing data, and perform other, more complex functions. With SQL, one can also change the server configuration, modify database or session settings, and control data and access statements. The strength of SQL is its universal acceptance by database vendors, thus minimizing compatibility issues and enabling the easy exchange of information among different (or similar) systems. Some common relational database management systems that use SQL are: Oracle, Sybase, Microsoft SQL Server, Access, Ingres, MySQL etc. For this project, the MySQL Database Management System was selected. The database holds all the personal and medical information of each patient and a diagram showing the problematic area that is under examination, medical images and/or video of the area, notes made by the doctor and the results of the examination (the basic diagnostic tool used in the Department of Pulmonary Medicine is bronchoscopy). Although the rules of minimizing data redundancy suggest that the information should be split into at least two tables (one containing the personal details of the patient and one holding the information relevant to the examination), after discussing with the doctors and the stuff that are going to be using the system at the Department of Respiratory Deficiency, it was revealed that in almost all cases each patient is subjected to just one bronchoscopy, and that it is much more convenient for the treating clinician to have a single table containing all the information. This table will therefore contain the following information: Date of Examination / Patient Number / Name / Surname / Age / Address / Telephone Number / Insurance / Symptoms / Preparation / Examination Type / Risk factors / Area to be examined / Images and video of the suspicious area -if any- / Results of the examination / Notes). The information of the field area to be examined will not be keyed-in. An easier and more user-friendly approach will be adopted: the interface will provide the user with a diagram of the respiratory system and the user will simply click on the area to be examined. The database is handled by an interface program, created using the Java programming language which makes it easy to transfer the electronic medical system to other platforms without re-writing anything. Special attention has been paid to the user-friendliness of the interface. The interface is tidy, simple to use and uses bright warm colors making it more appealing and inviting to the user.

3 Java technology (version 2) is both an object-oriented programming language and a platform developed by Sun Microsystems. Java technology is based on the concept of a single Java virtual machine (JVM) -- a translator between the language and the underlying software and hardware. All implementations of the programming language must emulate the JVM, thus enabling Java programs to run on any system that has a version of the JVM. In a general sense, the main benefits of the Java language are its portability across platforms and operating systems and its ability to be delivered over relatively low-bandwidth channels, such as dial-up communications. The language is also impressively scalable; existing applications can easily be adapted for devices with limited-memory resources. Additionally, because it was designed to run in a secure manner over networks, it affords this level of security when operating over the Internet, as well. In essence, Java technology extends a user s computing power from the desktop to the resources of the Web. The Java language is important because it is an open standard. Open standards let all technologies connect and integrate, making information transfer more modular and therefore, easier to design, update, and troubleshoot in an efficient and timely manner. Java was one of the first technologies to support open standards in the enterprise, opening the door to using XML and Web services to help share information and applications across business lines. Additionally, Java technology serves as the backbone of many products and consulting services [1,2]. Data stored in SQL databases are compatible with the leading Statistical Analysis Package, SPSS, which will be used so that useful conclusions and statistics may be derived from the information input to the database. SPSS is the leader in predictive analytics technologies. Corporations, academic institutions, healthcare providers, market research companies and government agencies use it to better focus their operations and improve their performance. SPSS software helps organisations optimize interactions, regardless of whether they involve patients, customers, employees, students or citizens [3]. RESULTS The system produced is composed of the first screen that appears when the program (interface) is executed. The user sees a reminder on what examination results are expected during the current day, and selects whether he/she wants to add a new entry or view/modify an existing one (see Figure 1).

4 Figure 1: The interface of the software When the user makes the initial selection ( new entry or browse existing entries ), a second window appears that is separated into two panes (tabbed pane). The first pane contains the personal information of the patient and all the necessary information prior to the examination (see Figure 2).

5 Figure 2: Patient info prior to examination The second pane of the second window appears during the use of the program (interface), which contains the results of the examination, in text and in a graphic manner as well. The user marks the problematic area just by clicking on the diagram, and stores imaging and video material gathered during the examination (see Figure 3).

6 Figure 3: Examination results The benefits of the implementation of an Electronic Medical Record System at Sotiria Hospital are expected to be significant. The most obvious advantage will be the fact that a significant amount of time will be saved, leading to increased productivity from the doctor s side and less hassle and better service for the patients. At the time present, all data is printed and placed inside physical folders. Looking for a patient s folder can take up a significant amount of time, causing frustration to the patient and the doctor. Also, because of this delay, fewer patients get treated. This is an important problem for Sotiria Hospital because many patients line up each day. With the implementation of the Electronic Medical Record System, this delay will be limited to a bare minimum so there will be less frustration for both the doctor and the patient, and more patients will get treated each day. Also, it will be a lot faster to make research having access to medical data anytime, anywhere. It is obvious that time saving and efficient time-planning, impact in a straight-forward manner on the general cost effectiveness. Financial benefits for the hospital administration are therefore

7 also anticipated by the implementation of health information systems like the one developed in the framework of this project. At the same time, the data in the Electronic Medical Record System will not be as sensitive as the printed data of the current system, which are prone to damages due to usage and time (papers get torn or wrinkled or change color and ink fades). The only danger for the data in the new system will be technical faults of the equipment, which can be minimized by taking frequent backups. Another useful feature of the new system is the existence of reminders i.e. programs that remind the doctor when the results of certain examinations are going to be out and important tasks that have been scheduled and must not be neglected. Very important is the fact that steps have been taken in creating the Electronic Medical Record System, so that applications of telemedicine can be developed later on. Telemedicine, the use of communications and information technologies for the delivery of clinical care, is probably the future of the health system. Recent advances in telecommunications and Internet, has now made it possible to break geographical barriers and allow physicians to deliver health care to patients at any time and any place basis (Mason, 1998). These systems require extensive investments towards the design, implementation and maintenance of telecommunications infra structure. However, the widespread growth of the Internet is beginning to give us an alternative. The versatility of the Internet in terms of being able to carry multimedia such as voice, video and data, combined with its low operating cost features makes it an attractive medium for telemedicine consultations. Advances in data compression, security, cross platform software and development of modeling techniques in designing distributed networks also hold the Internet as a promising new tool for future telemedicine applications. The most important tools in such an exchange of information over the Internet are SQL databases (databases that utilize SQL), which is also the basis of the Electronic Medical Record System for Sotiria Hospital. Last but not least, an important aspect deriving from the implementation of Electronic Medical Record Systems is their use for statistical purposes and clinical research. Proper assessment of the processes and outcomes of care is required before resources can be appropriately allocated and care interventions can be planned. Having reliable clinical data would therefore be invaluable in making decisions and planning interventions. Using the Electronic Medical Record System to identify patients for prospective investigations and collecting outcome data can increase the efficiency of such investigations. The system can be used to enhance longitudinal care and disease management, both at the level of the individual patient through the health center and even to higher levels of health system management. DISCUSSION Sotiria Hospital will benefit greatly from the implementation of a health information system. After careful consideration, it was decided that the best system for this specific project is an Electronic Medical Record System that will be applied to the Department Of Pulmonary Medicine as a first step. The Electronic Medical Record System will be built using the current industry standards (an SQL database handled by a Java interface), with special consideration for future expansion and development of a telemedicine system. Significant gains are expected, especially saving time and increasing productivity, as well as in the field of statistical and clinical researches, where it can prove to be an extremely valuable tool.

8 AKNOWLEDGEMENTS This work has been co-funded 70% by the European Union (EU) European Regional Development Fund (ERDF) 30% by the Hellenic Republic Ministry of Development The General Secretariat for Research and Technology (GSRT) in the framework of Measure 4.2 of the Op. Pr. Competitiveness of the 3 rd Community Support Programme. The authors would like to thank the Sotiria Hospital and its clinical doctors. Special mention should be made to Dr N. Lolis, who become personally involved in this project. REFERENCES [1]. IBM official web site (2007). Available in [2]. Sankaran M. R. (2000). A Web-Based Correctional Telemedicine System with Distributed Enterprise (Maui, Hawaii, Jan , proceedings of the 33 rd Annual Hawaii International Conference on System Sciences) [3]. SPSS official web site (2007). Available in

Cancer Treatment Centers of America Enhances Patient Care and System Efficiency with Rock-Solid Architecture

Cancer Treatment Centers of America Enhances Patient Care and System Efficiency with Rock-Solid Architecture Cancer Treatment Centers of America Enhances Patient Care and System Efficiency with Rock-Solid Architecture Cisco Solution Helps Improve Communication, Increase Patient Outreach, and Fuel Growth for Unique

More information

ELECTRONIC MEDICAL RECORDS. Selecting and Utilizing an Electronic Medical Records Solution. A WHITE PAPER by CureMD.

ELECTRONIC MEDICAL RECORDS. Selecting and Utilizing an Electronic Medical Records Solution. A WHITE PAPER by CureMD. ELECTRONIC MEDICAL RECORDS Selecting and Utilizing an Electronic Medical Records Solution A WHITE PAPER by CureMD CureMD Healthcare 55 Broad Street New York, NY 10004 Overview United States of America

More information

Achieve more with less

Achieve more with less Energy reduction Visendo Fax Server and XCAPI - How to configure Visendo Fax Server to use XCAPI - Application Achieve more with less Installing XCAPI Configuring XCAPI Visendo Fax Server Configuration

More information

IP Contact Center: Realize the Full Business Potential of IP Contact Centers

IP Contact Center: Realize the Full Business Potential of IP Contact Centers IP Contact Center: Realize the Full Business Potential of IP Contact Centers WHITEPAPER The joint solution from Cisco and IBM provides people, processes, and technology needed to maximize the return on

More information

Introduction. Introduction: Database management system. Introduction: DBS concepts & architecture. Introduction: DBS versus File system

Introduction. Introduction: Database management system. Introduction: DBS concepts & architecture. Introduction: DBS versus File system Introduction: management system Introduction s vs. files Basic concepts Brief history of databases Architectures & languages System User / Programmer Application program Software to process queries Software

More information

M4 Systems. M4 Online Backup. M4 Systems Ltd Tel: 0845 5000 777 International: +44 (0)1443 863910 www.m4systems.com www.dynamicsplus.

M4 Systems. M4 Online Backup. M4 Systems Ltd Tel: 0845 5000 777 International: +44 (0)1443 863910 www.m4systems.com www.dynamicsplus. M4 Systems M4 Online Backup M4 Systems Ltd Tel: 0845 5000 777 International: +44 (0)1443 863910 www.m4systems.com www.dynamicsplus.net Table of Contents Introduction... 3 Benefits... 3 Features... 4 Data

More information

Introduction: Database management system

Introduction: Database management system Introduction Databases vs. files Basic concepts Brief history of databases Architectures & languages Introduction: Database management system User / Programmer Database System Application program Software

More information

10 QUESTIONS TO ASK ECG SOLUTION PROVIDERS

10 QUESTIONS TO ASK ECG SOLUTION PROVIDERS HOW TO SELECT THE BEST ECG MANAGEMENT SOLUTION 10 QUESTIONS TO ASK ECG SOLUTION PROVIDERS BY STEPHEN CHERNOFF October 15, 2009 Inside 1 The Challenge 2 Testing Equipment 3 Customization 4 Interfacing 5

More information

Evolved Backup Features Computer Box 220 5th Ave South Clinton, IA 52732 www.thecomputerbox.com 563-243-0016

Evolved Backup Features Computer Box 220 5th Ave South Clinton, IA 52732 www.thecomputerbox.com 563-243-0016 Evolved Backup Features 1 Contents 3 Introduction 3 Ease-of-Use Simple Installation Automatic Backup Off-Site Storage Scalability File Restoration 24/7 6 Security File Compression Encryption Transmission

More information

A review of BackupAssist within a Hyper-V Environment. By Brien Posey

A review of BackupAssist within a Hyper-V Environment. By Brien Posey A review of BackupAssist within a Hyper-V Environment By Brien Posey 2 Contents Introduction... 3 An Introduction to BackupAssist... 4 Testing Methodologies... 5 Test 1: Restore a Virtual Machine s Configuration...

More information

Terms of Reference. Database and Website on Political Parties

Terms of Reference. Database and Website on Political Parties Terms of Reference Database and Website on Political Parties Summary International IDEA is through its programme on Dialogue and Research on Political Parties (see Annex D for a programme overview) carrying

More information

PATROL From a Database Administrator s Perspective

PATROL From a Database Administrator s Perspective PATROL From a Database Administrator s Perspective September 28, 2001 Author: Cindy Bean Senior Software Consultant BMC Software, Inc. 3/4/02 2 Table of Contents Introduction 5 Database Administrator Tasks

More information

Information Technology Services

Information Technology Services Information Technology Services The purpose of an Information Technology Standard is to specify requirements for compliance with Old Dominion University Information Technology policies, other University

More information

5.5 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall. Figure 5-2

5.5 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall. Figure 5-2 Class Announcements TIM 50 - Business Information Systems Lecture 15 Database Assignment 2 posted Due Tuesday 5/26 UC Santa Cruz May 19, 2015 Database: Collection of related files containing records on

More information

Online Backup Solution Features

Online Backup Solution Features CCC Technologies, Inc. 700 Nicholas Blvd., Suite 300 Elk Grove Village, IL 60007 877.282.9227 www.ccctechnologies.com Online Backup Solution Features Introduction Computers are the default storage medium

More information

Development of a Learning Content Management Systems

Development of a Learning Content Management Systems Development of a Learning Content Management Systems Lejla Abazi-Bexheti Abstract Change appears to be the only constant in the field of ICT and what was treated as advanced feature few years ago is today

More information

The Dentist Online Reservation System Design and Implementation Web Based Application and Database Management System Project

The Dentist Online Reservation System Design and Implementation Web Based Application and Database Management System Project 2012 International Conference on Education Technology and Computer (ICETC2012) IPCSIT vol.43 (2012) (2012) IACSIT Press, Singapore The Dentist Online Reservation System Design and Implementation Web Based

More information

HP Web Jetadmin Database Connector Plug-in reference manual

HP Web Jetadmin Database Connector Plug-in reference manual HP Web Jetadmin Database Connector Plug-in reference manual Copyright notice 2004 Copyright Hewlett-Packard Development Company, L.P. Reproduction, adaptation or translation without prior written permission

More information

techsafe Features Technology Partners - 2955 20th Street - Vero Beach, FL 32960 - www.techpart.net - (772) 299-5178 Page 1/9 0910080-01

techsafe Features Technology Partners - 2955 20th Street - Vero Beach, FL 32960 - www.techpart.net - (772) 299-5178 Page 1/9 0910080-01 techsafe Features Page 1/9 Contents 3 Introduction 3 Ease-of-Use Simple Installation Automatic Backup Off-Site Storage Scalability File Restoration 24/7 5 Security File Compression Encryption Transmission

More information

Characteristics of Java (Optional) Y. Daniel Liang Supplement for Introduction to Java Programming

Characteristics of Java (Optional) Y. Daniel Liang Supplement for Introduction to Java Programming Characteristics of Java (Optional) Y. Daniel Liang Supplement for Introduction to Java Programming Java has become enormously popular. Java s rapid rise and wide acceptance can be traced to its design

More information

Research Paper Available online at: www.ijarcsse.com A COMPARATIVE STUDY OF CLOUD COMPUTING SERVICE PROVIDERS

Research Paper Available online at: www.ijarcsse.com A COMPARATIVE STUDY OF CLOUD COMPUTING SERVICE PROVIDERS Volume 2, Issue 2, February 2012 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: A COMPARATIVE STUDY OF CLOUD

More information

MiCJIN. Software Systems and Services Available. Michigan Criminal Justice Information Network

MiCJIN. Software Systems and Services Available. Michigan Criminal Justice Information Network Michigan State Police Criminal Justice Information Center (517) 336-6574 June 2006 Software Systems and Services Available The sharing of information in a highly secure environment has become increasingly

More information

Distributed Systems and Recent Innovations: Challenges and Benefits

Distributed Systems and Recent Innovations: Challenges and Benefits Distributed Systems and Recent Innovations: Challenges and Benefits 1. Introduction Krishna Nadiminti, Marcos Dias de Assunção, and Rajkumar Buyya Grid Computing and Distributed Systems Laboratory Department

More information

Web-based Medical Data Archive System

Web-based Medical Data Archive System Web-based Medical Data Archive System Ruofei Zhang, Mark (Zhongfei) Zhang, Guangbiao Pu Department of Computer Science State University of New York at Binghamton, Binghamton, NY, 13902 Abstract This paper

More information

Contents The College of Information Science and Technology 2011-2012 Undergraduate Course Descriptions

Contents The College of Information Science and Technology 2011-2012 Undergraduate Course Descriptions Contents The College of Information Science and Technology 2011-2012 Undergraduate Course Descriptions Information Science & Systems Courses INFO 101 - Introduction to Information Technology Introduces

More information

Moving beyond tape backup.

Moving beyond tape backup. IBM Global Services January 2008 Moving beyond tape backup. Addressing the data protection challenges for midsize businesses Page 2 Contents 2 Introduction 2 Data protection challenges 2 Under resourced

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Getting Started with Oracle Business Intelligence Publisher 11g Release 1 (11.1.1) E28374-02 September 2013 Welcome to Getting Started with Oracle Business Intelligence Publisher.

More information

Consolidate by Migrating Your Databases to Oracle Database 11g. Fred Louis Enterprise Architect

Consolidate by Migrating Your Databases to Oracle Database 11g. Fred Louis Enterprise Architect Consolidate by Migrating Your Databases to Oracle Database 11g Fred Louis Enterprise Architect Agenda Why migrate to Oracle What is migration? What can you migrate to Oracle? SQL Developer Migration Workbench

More information

Whitepaper. Choosing the Right Athlete Electronic Health Record System. Dave Glickman Chief Operating Officer, Presagia.

Whitepaper. Choosing the Right Athlete Electronic Health Record System. Dave Glickman Chief Operating Officer, Presagia. Whitepaper Choosing the Right Athlete Electronic Health Record System Dave Glickman Chief Operating Officer, Presagia Page 1 of 13 CONTENTS Introduction... 3 What Makes an Athlete EHR Unique... 4 Getting

More information

uturenet & its Document Imaging Services

uturenet & its Document Imaging Services F uturenet & its Document Imaging Services FutureNet Technologies Corporation has become a vital player in the healthcare information management industry. Founded in 1996, FutureNet was formed for the

More information

Business Intelligence Getting Started Guide

Business Intelligence Getting Started Guide Business Intelligence Getting Started Guide 2013 Table of Contents Introduction... 1 Introduction... 1 What is Sage Business Intelligence?... 1 System Requirements... 2 Recommended System Requirements...

More information

Keywords web based medical management, patient database on cloud, patient management and customized applications on tablets, android programming.

Keywords web based medical management, patient database on cloud, patient management and customized applications on tablets, android programming. Functional Description of Online Medical Management System Using Modern Technology Priyanka Patil, Sruthi Kunhiraman, Rohini Temkar VES Institute of Technology, Chembur, Mumbai Abstract Today s web based

More information

Sage Intergy 6.10 Architecture Guide

Sage Intergy 6.10 Architecture Guide Reference Confidential This document and the information it contains are the confidential information of Sage. Neither this document nor the information it contains may be disclosed to any third party

More information

What humans had to do: Challenges: 2nd Generation SPC What humans had to know: What humans had to do: Challenges:

What humans had to do: Challenges: 2nd Generation SPC What humans had to know: What humans had to do: Challenges: Moving to a fourth generation: SPC that lets you do your work by Steve Daum Software Development Manager PQ Systems, Inc. Abstract: This paper reviews the ways in which process control technology has moved

More information

A review of BackupAssist within a Hyper-V Environment

A review of BackupAssist within a Hyper-V Environment A review of BackupAssist within a Hyper-V Environment By Brien Posey Contents Introduction... 2 An Introduction to BackupAssist... 3 Testing Methodologies... 4 Test 1: Restore a Virtual Machine s Configuration...

More information

Welcome To Paragon 3.0

Welcome To Paragon 3.0 Welcome To Paragon 3.0 Paragon MLS is the next generation of web-based services designed by FNIS specifically for agents, brokers, and MLS administrators. Paragon MLS is an amazingly flexible online system

More information

If you would like more detailed information about Caspian CRM products and services, or would like an on-line or personal demonstration, please

If you would like more detailed information about Caspian CRM products and services, or would like an on-line or personal demonstration, please If you would like more detailed information about Caspian CRM products and services, or would like an on-line or personal demonstration, please contact us on info@caspiansoftware.com or just call us on

More information

B. Executive Summary

B. Executive Summary B. Executive Summary Across the country, state governments face tough economic challenges. High unemployment is causing record numbers of citizens to seek public assistance, straining government s aging

More information

Enhancing E-Learning Architectures A Case Study

Enhancing E-Learning Architectures A Case Study Enhancing E-Learning Architectures A Case Study Mohammed Abusaad King Hussein School for Information Technology Princess Sumaya University for Technology m.abusaad@psut.edu.jo Walid A. Salameh School of

More information

Accessing Information from your Electronic Health Records applications: Tools and Techniques

Accessing Information from your Electronic Health Records applications: Tools and Techniques Accessing Information from your Electronic Health Records applications: Tools and Techniques Presented by: Stephanie Heckman, Sr Consultant, PCCS, Inc steph@pccsinc.com 866-274-3477 Who is PCCS, Inc Healthcare

More information

Database-driven library system

Database-driven library system Database-driven library system Key-Benefits of CADSTAR 12.1 Characteristics of database-driven library system KEY-BENEFITS Increased speed when searching for parts You can edit/save a single part (instead

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

CHAPTER 7: DATABASE APPLICATIONS AND PRIVACY IMPLICATIONS

CHAPTER 7: DATABASE APPLICATIONS AND PRIVACY IMPLICATIONS CHAPTER 7: DATABASE APPLICATIONS AND PRIVACY IMPLICATIONS Multiple Choice: 1. Database programs can do all of the following EXCEPT: A. store and organize data. B. create graphics. C. communicate data.

More information

EISOO AnyBackup Family 5.0 All-in-One Protection

EISOO AnyBackup Family 5.0 All-in-One Protection EISOO AnyBackup Family 5.0 All-in-One Protection ESSENTIALS Simplifies data backup by integrating software, hardware, server and storage in one product Provides comprehensive backup for files, emails,

More information

Flexible solution for interoperable cloud healthcare systems

Flexible solution for interoperable cloud healthcare systems University Politehnica Timişoara, ROMANIA Department of Automation and Applied Informatics Flexible solution for interoperable cloud healthcare systems Authors: Mihaela Marcella VIDA Oana Sorina LUPŞE

More information

CAREER OPPORTUNITIES

CAREER OPPORTUNITIES CAREER OPPORTUNITIES After the graduation, students can select three different paths. Students should have at least GPA 2.7 to get into the first two types of job. To apply for academic positions in the

More information

Sidebar Dashboard User Guide. Modified: June, 2013 Version 8.2

Sidebar Dashboard User Guide. Modified: June, 2013 Version 8.2 Sidebar Dashboard User Guide Modified: June, 2013 Version 8.2 Licensed Materials - Property of Management Information Tools, Inc. DBA MITS 801 Second Ave, Suite 1210 Seattle, WA 98104 2013 Management Information

More information

Release: 1. ICADBS601A Build a data warehouse

Release: 1. ICADBS601A Build a data warehouse Release: 1 ICADBS601A Build a data warehouse ICADBS601A Build a data warehouse Modification History Release Release 1 Comments This Unit first released with ICA11 Information and Communications Technology

More information

The Remote Data Backup & Restore Service from

The Remote Data Backup & Restore Service from The Remote Data Backup & Restore Service from How does Work? is an agentless method of backup this means that you can backup as many PCs, servers, and applications as you wish, just by installing the TP-Client

More information

Systems Engineering and Integration for the NSG (SEIN) SharePoint Developer

Systems Engineering and Integration for the NSG (SEIN) SharePoint Developer Systems Engineering and Integration for the NSG (SEIN) SharePoint Developer Location: Multiple Locations US and worldwide Start Date: September 2012 Travel: NGA sites US and worldwide Clearance: TS/SCI

More information

Digital Imaging for Ophthalmology

Digital Imaging for Ophthalmology ANKA Systems, Inc. Digital Imaging for Ophthalmology Contents 02 Company Overview 03 EyeRoute Products Overview 04 EyeRoute Application 08 EyeRoute Components Digital Imaging for Ophthalmology Who We Are

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

Part 3: Accessing Local drives and printers from the Terminal Server

Part 3: Accessing Local drives and printers from the Terminal Server In this guide: Part 1: What are Terminal Services / Remote Desktop? Part 2: Connecting to the HUSPSS Terminal Servers Part 3: Accessing Local drives and printers from the Terminal Server Part 4: Accessing

More information

Cloud Computing - Architecture, Applications and Advantages

Cloud Computing - Architecture, Applications and Advantages Cloud Computing - Architecture, Applications and Advantages 1 Arun Mani Tripathi 2 Rizwan Beg NIELIT Ministry of C&I.T., Govt. of India 2 Prof. and Head, Department 1 of Computer science and Engineering,Integral

More information

Network device management solution

Network device management solution iw Management Console Network device management solution iw MANAGEMENT CONSOLE Scalability. Reliability. Real-time communications. Productivity. Network efficiency. You demand it from your ERP systems

More information

WEB BASED COUNSELLING SYSTEM WITH ELECTRONIC PRESCRIPTION FOR RURAL AREA

WEB BASED COUNSELLING SYSTEM WITH ELECTRONIC PRESCRIPTION FOR RURAL AREA Research Article WEB BASED COUNSELLING SYSTEM WITH ELECTRONIC PRESCRIPTION FOR RURAL AREA 1 Revati Shriram, 2 Leena Sharma Address for Correspondence 1 Depatment of Instrumentation and Control, Cummins

More information

Customer Training Catalog Training Programs CN OSS

Customer Training Catalog Training Programs CN OSS Customer Training Catalog Training Programs Customer Training Catalog Training Programs CN OSS HUAWEI Learning Service 2015 COMMERCIAL IN CONFIDENCE 1 CONTENTS Customer Training Catalog Training Programs

More information

Postgraduate Studies in Health Informatics in Greece

Postgraduate Studies in Health Informatics in Greece 261 Postgraduate Studies in Health Informatics in Greece John Mantas Laboratory of Health Informatics, Faculty of Nursing, University of Athens, Greece Abstract Health informatics is a well established

More information

Topics. Database Essential Concepts. What s s a Good Database System? Using Database Software. Using Database Software. Types of Database Programs

Topics. Database Essential Concepts. What s s a Good Database System? Using Database Software. Using Database Software. Types of Database Programs Topics Software V:. Database concepts: records, fields, data types. Relational and objectoriented databases. Computer maintenance and operation: storage health and utilities; back-up strategies; keeping

More information

How To Backup Your Hard Drive With Pros 4 Technology Online Backup

How To Backup Your Hard Drive With Pros 4 Technology Online Backup Pros 4 Technology Online Backup Features Introduction Computers are the default storage medium for most businesses and virtually all home users. Because portable media is quickly becoming an outdated and

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

Microsoft Enterprise Search for IT Professionals Course 10802A; 3 Days, Instructor-led

Microsoft Enterprise Search for IT Professionals Course 10802A; 3 Days, Instructor-led Microsoft Enterprise Search for IT Professionals Course 10802A; 3 Days, Instructor-led Course Description This three day course prepares IT Professionals to administer enterprise search solutions using

More information

A Web-Based Intelligent Decision Support System for Low- Technology Greenhouses

A Web-Based Intelligent Decision Support System for Low- Technology Greenhouses A Web-Based Intelligent Decision Support System for Low- Technology Greenhouses M.T. Maliappis 1, K.P. Ferentinos 2, H.C. Passam 3, A.B. Sideridis 4 T.A. Tsiligiridis 4 1 Postdoc Researcher, Informatics

More information

Presentation: May 15 th 2013 Location: Saskatoon Speaker: Robert Picard. Airport Expertise. Holistic Approach to IT Solutions Automation Intelligence

Presentation: May 15 th 2013 Location: Saskatoon Speaker: Robert Picard. Airport Expertise. Holistic Approach to IT Solutions Automation Intelligence Presentation: May 15 th 2013 Location: Saskatoon Speaker: Robert Picard Airport Expertise Holistic Approach to IT Solutions Automation Intelligence Agenda Automation Intelligence (AI) Concept Responding

More information

The Current Business Intelligence Practice in Hong Kong

The Current Business Intelligence Practice in Hong Kong The Current Business Intelligence Practice in Hong Kong By Dr. Raymond Y.K. Lau and Johnny C.F. So Department of Information Systems, City University of Hong Kong And Hong Kong Computer Society Business

More information

Digital Asset Management

Digital Asset Management A collaborative digital asset management system for marketing organizations that improves performance, saves time and reduces costs. MarketingPilot provides powerful digital asset management software for

More information

Data Protection Simple. Compliant. Secure. CONTACT US Call: 020 3397 9026 Email: Support@jms-securedata.co.uk Visit: www.jms-securedata.co.

Data Protection Simple. Compliant. Secure. CONTACT US Call: 020 3397 9026 Email: Support@jms-securedata.co.uk Visit: www.jms-securedata.co. Data Protection Simple. Compliant. Secure CONTACT US Call: 020 3397 9026 Email: Support@jms-securedata.co.uk Visit: www.jms-securedata.co.uk COMPLEX CHALLENGES SIMPLE SOLUTIONS Backups Tricky but necessary

More information

Introduction. Ease-of-Use

Introduction. Ease-of-Use Remote Data Backup Introduction Computers are the default storage medium for most businesses and virtually all home users. Because portable media is quickly becoming an outdated and expensive method for

More information

Chapter 1 Introduction to Enterprise Software

Chapter 1 Introduction to Enterprise Software Chapter 1 Introduction to Enterprise Software What Is Enterprise Software? Evolution of Enterprise Software Enterprise Software and Component-Based Software Summary If you have heard of terms such as

More information

Using the DataDirect Connect for JDBC Drivers with the Sun Java System Application Server

Using the DataDirect Connect for JDBC Drivers with the Sun Java System Application Server Using the DataDirect Connect for JDBC Drivers with the Sun Java System Application Server Introduction This document explains the steps required to use the DataDirect Connect for JDBC drivers with the

More information

Task Area 1: IT Services for Biomedical Research, Health Sciences, and Healthcare

Task Area 1: IT Services for Biomedical Research, Health Sciences, and Healthcare CIO-SP 3 Task Areas Ten task areas constitute the technical scope of this contract: Task Area 1: IT Services for Biomedical Research, Health Sciences, and Healthcare The objective of this task area is

More information

i.sight ecommerce system

i.sight ecommerce system i.sight ecommerce system Product Brochure open your eyes on the Internet i.sight ecommerce system is presented to you by IPOS Computer Systems Ltd. For Inquiry, please go to our web site http://www.iposcsl.com

More information

NEW FEATURES ORACLE ESSBASE STUDIO

NEW FEATURES ORACLE ESSBASE STUDIO ORACLE ESSBASE STUDIO RELEASE 11.1.1 NEW FEATURES CONTENTS IN BRIEF Introducing Essbase Studio... 2 From Integration Services to Essbase Studio... 2 Essbase Studio Features... 4 Installation and Configuration...

More information

Utility Communications FOXMAN-UN Network Management System for ABB Communication Equipment

Utility Communications FOXMAN-UN Network Management System for ABB Communication Equipment Utility Communications FOXMAN-UN Network Management System for ABB Communication Equipment A reliable & flexible communication network lies at the heart of successful electrical grid operations. A comprehensive

More information

How would lost data impact your business? What you don t know could hurt you. NETWORK ATTACHED STORAGE FOR SMALL BUSINESS

How would lost data impact your business? What you don t know could hurt you. NETWORK ATTACHED STORAGE FOR SMALL BUSINESS How would lost data impact your business? What you don t know could hurt you. NETWORK ATTACHED STORAGE FOR SMALL BUSINESS How would lost data impact your business? What you don t know could hurt you You

More information

CHAPTER 6 DATABASE MANAGEMENT SYSTEMS. Learning Objectives

CHAPTER 6 DATABASE MANAGEMENT SYSTEMS. Learning Objectives CHAPTER 6 DATABASE MANAGEMENT SYSTEMS Management Information Systems, 10 th edition, By Raymond McLeod, Jr. and George P. Schell 2007, Prentice Hall, Inc. 1 Learning Objectives Understand the hierarchy

More information

OVERVIEW HIGHLIGHTS. Exsys Corvid Datasheet 1

OVERVIEW HIGHLIGHTS. Exsys Corvid Datasheet 1 Easy to build and implement knowledge automation systems bring interactive decision-making expertise to Web sites. Here s proven technology that provides customized, specific recommendations to prospects,

More information

Product Presentation. BBSC A new generation of broadband e-collaboration services

Product Presentation. BBSC A new generation of broadband e-collaboration services Product Presentation BBSC A new generation of broadband e-collaboration services 01. What is BBSC... 3 02. Tools and Functions... 4 03. BBSC Users organisation and roles... 8 04. BBSC Advanced Access Rights

More information

CORPORATE BACKGROUND

CORPORATE BACKGROUND AN INTRODUCTION TO HIND TECHNOLOGIES CORPORATE BACKGROUND Technologies Hind Vanijya Complex mall, Near JNTU road, KPHB, Hyderabad. E-mail:hr@hindtechsolutions.com Corporate background: is having a leading

More information

The Cross-Media Contact Center

The Cross-Media Contact Center Whitepaper The Cross-Media Contact Center The Next-Generation Replacement for the Traditional Call Center Intel in Communications Executive Summary Because call centers are a principal point of contact

More information

CLOUD DATABASE DATABASE AS A SERVICE

CLOUD DATABASE DATABASE AS A SERVICE CLOUD DATABASE DATABASE AS A SERVICE Waleed Al Shehri Department of Computing, Macquarie University Sydney, NSW 2109, Australia waleed.alshehri@students.mq.edu.au ABSTRACT Cloud computing has been the

More information

Leading Autoloader Customer Purchase Requirements

Leading Autoloader Customer Purchase Requirements WHITE PAPER Leading Autoloader Customer Purchase Requirements Notice This White Paper may contain proprietary information protected by copyright. Information in this White Paper is subject to change without

More information

Desktop Virtualization Technologies and Implementation

Desktop Virtualization Technologies and Implementation ISSN : 2250-3021 Desktop Virtualization Technologies and Implementation Pranit Patil 1, Shakti Shekar 2 1 ( Mumbai, India) 2 (Mumbai, India) ABSTRACT Desktop virtualization is new desktop delivery method

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

OnX Big Data Reference Architecture

OnX Big Data Reference Architecture OnX Big Data Reference Architecture Knowledge is Power when it comes to Business Strategy The business landscape of decision-making is converging during a period in which: > Data is considered by most

More information

Fundamental Points of the ABScard Technology

Fundamental Points of the ABScard Technology Fundamental Points of the ABScard Technology Architettura ABSCARD Pagina 1 di 13 General Index 1.Architecture...3 1.1 Introduction...3 1.1.1 Security...4 1.1.2 Management...5 1.1.3 ABScard enterprise version

More information

Intelligent Systems for Health Solutions

Intelligent Systems for Health Solutions Bringing People, Systems, and Information Together Today s health organizations are increasingly challenged to accomplish what we call the triple aim of effective healthcare: deliver higher quality care

More information

A Framework to Enhance Rural Healthcare Services Utilizing Cloud Computing and Videoconferencing

A Framework to Enhance Rural Healthcare Services Utilizing Cloud Computing and Videoconferencing Open Access Journal of Information Systems (OAJIS) Available at http://is.its.ac.id/pubs/oajis/index.php The Third Information Systems International Conference A Framework to Enhance Rural Healthcare Services

More information

Overview. Timeline Cloud Features and Technology

Overview. Timeline Cloud Features and Technology Overview Timeline Cloud is a backup software that creates continuous real time backups of your system and data to provide your company with a scalable, reliable and secure backup solution. Storage servers

More information

c360 Advanced Quote and Order Processing for Microsoft Dynamics CRM 4.0 Installing Guide

c360 Advanced Quote and Order Processing for Microsoft Dynamics CRM 4.0 Installing Guide c360 Advanced Quote and Order Processing for Microsoft Dynamics CRM 4.0 Installing Guide Rev. 4.5.1 Contents Components Installed During Server Setup... 1 c360 Advanced Quote and Order Processing Installed

More information

Assignment # 1 (Cloud Computing Security)

Assignment # 1 (Cloud Computing Security) Assignment # 1 (Cloud Computing Security) Group Members: Abdullah Abid Zeeshan Qaiser M. Umar Hayat Table of Contents Windows Azure Introduction... 4 Windows Azure Services... 4 1. Compute... 4 a) Virtual

More information

Offering of High Value-Added Services by Facility Information. Management System. 2 Outline of the Facility Information. 1 Preface.

Offering of High Value-Added Services by Facility Information. Management System. 2 Outline of the Facility Information. 1 Preface. Technical Trends Offering of High Value-Added Services by Facility Information Management System Yukio Fukasawa Keyword Maintenance,, Facility diagnosis, Information retrieval Abstract Our facility information

More information

WORKFLOW MANAGEMENT FOR THE CLINICAL RADIOLOGY

WORKFLOW MANAGEMENT FOR THE CLINICAL RADIOLOGY RADIOLOGY WORKFLOW SOLUTIONS WORKFLOW MANAGEMENT FOR THE CLINICAL RADIOLOGY RADIOLOGY WORKFLOW MANAGEMENT OPTIMISED WORKFLOW MAXIMUM EFFICIENCY medavis. Your trusted partner for workflow management in

More information

DNA IT - Business IT On Demand

DNA IT - Business IT On Demand DNA IT - Business IT On Demand September 1 2011 DNA IT White Paper: Introduction to Cloud Computing The boom in cloud computing over the past few years has led to a situation that is common to many innovations

More information

ebusiness Web Hosting Alternatives Considerations Self hosting Internet Service Provider (ISP) hosting

ebusiness Web Hosting Alternatives Considerations Self hosting Internet Service Provider (ISP) hosting ebusiness Web Hosting and E-Business Software Web Hosting Alternatives Self hosting Internet Service Provider (ISP) hosting Commerce Service Provider (CSP) hosting Shared hosting Dedicated hosting Considerations

More information

Rewriting the rules of print management and procurement at your fingertips

Rewriting the rules of print management and procurement at your fingertips Rewriting the rules of print management and procurement at your fingertips As corporation demands more for less, responding to their needs is a constant challenge WHAT IS PRINT MANAGER Print Manager is

More information

Avaya technologies enable high throughput and progressive virtualization at the University of Connecticut School of Business

Avaya technologies enable high throughput and progressive virtualization at the University of Connecticut School of Business Challenge Support educational excellence through the deployment of a stable, highly reliable, high-performance network, to enable multiple on-site business and research applications and online education

More information

Document Management Server - Overview

Document Management Server - Overview Introduction The Document Management System (DMS) is a web-based application designed to allow for storage and retrieval of documents with user-defined document types, document groups, and keywords. The

More information

Avaya technologies enable high throughput and progressive virtualization at the University of Connecticut School of Business

Avaya technologies enable high throughput and progressive virtualization at the University of Connecticut School of Business Challenge Support educational excellence through the deployment of a stable, highly reliable, high-performance network, to enable multiple on-site business and research applications and online education

More information

Email Security Solutions

Email Security Solutions TECHNOLOGY REPORT Email Security Solutions 1 TECHNOLOGY REPORT SUPPLEMENT EMAIL SECURITY TECHNOLOGY REPORT IF YOUR EMAIL IS SO CRITICAL, CAN YOU BE SURE IT S REALLY REALLY PRIVATE? FIND THE FULL RESULTS

More information