DESIGN AND IMPLEMENTATION OF A WEB-BASED GIS FOR PUBLIC HEALTHCARE DECISION SUPPORT SYSTEM IN ZARIA METROPOLIS
|
|
|
- Joel Dean
- 10 years ago
- Views:
Transcription
1 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, Zaria [email protected] ABSTRACT This study focuses on the development of a web-based GIS for public healthcare system. The development of this system is motivated to provide opportunities for the healthcare workers to gain access to vital information that can aid him/her in the location of viable hospitals for the patients to fully enjoy available enhanced healthcare services. Currently, three major problems still exist in the healthcare geographic applications. This relate to health mapping methods, reusability of health applications, and interoperability issues. To handle these problems, we design a Webbased GIS for Public healthcare system to support health data sharing and representation. The developed model makes it possible to locate the nearest hospitals as well as the services they rendered. This study explored the use of open source software, web server is Apache extended with support for PHP, MySQL and ARCGIS 9.2. Authentication is built into the system as security pass mark for accessing information in the data base. Keywords: Web-based GIS, Public healthcare, Decision Support System. 1. INTRODUCTION GIS is becoming a vital tool in healthcare applications covering database management, planning, risk assessment, service area mapping, location identification etc. One of the reasons for this sudden surge of GIS usage in healthcare application is spatial dependency of health related factors and limited resources of ever increasing demand. Currently, many determinants such as booming population, environmental pollution, rapid urbanization, convenient transportation, and global warming are improving the conditions for disease outbreaks. To prevent and mitigate the risk of disease, it is important to build a robust health system to support evidence based decision making. The sharing of essential health information is one of the most feasible routes to achieve global public security (WHO, 2007). The health applications using spatial components of diseases can be traced to 1854 when Dr John Snow combined geospatial information to analyze the cholera deaths and found clusters around water pumps (Mcload, 2000). Fig 1.John Snow map of cholera death in London (Gilbert, E.W.,1958) There are three important functions of Geographic Information System (GIS) in health research and policy analysis: Spatial database management, visualization & mapping, and spatial analysis (Cromley and McLafferty, 2002). Database management include linking, integrating and editing many kinds of data that are located on the earth s surface, such as health,social,environmental data.vitualization and Mapping can explore the spatial patterns and correlations of diseases in many factors such as health and environment. Spatial analysis utilizes the spatial relationship to generate new health patterns. When a disease appears, GIS can represent disease information rapidly and analyze the spread of disease dynamically. 435
2 The rapid development of the internet promotes the popularity of web-based GIS, which itself shows great potential networks. Distributing and sharing health maps via the web helps decision makers across health jurisdictions and authorities collaborate in preventing, controlling and responding to a specific disease outbreak. 2. PROBLEMS ASSOCIATED WITH HEALTH GEOGRAPHIC APPLICATION In spite of the continuous development of geographical health applications, the following three problems still need to be handled: Firstly, the methods to generate maps from health related activities need to be considered. There are different kinds of health activities, such as hospital observation, laboratory tests and results, healthcare and medication services, training and education for patients. Many web-based health applications dynamically generate maps, but they lack data source description, and method declaration on how the maps are generated. Secondly, integrating and reusing current health applications are constrained to a large extent, (Zeng et al, 2004) pointed out that the isolation of existing stand-alone disease management systems lead to data sharing problem. Most of the health information systems have a closed architecture even the ones that use web-based technology are difficult to integrate.typically,users can only access maps from such a health application, and it is difficult to integrate dataset from these applications Thirdly, different health application lacks interoperability between them. Interoperability makes it easy to communicate, execute programs or transfer data among various systems in a unified manner. With closed and centralized legacy architecture, a web-based GIS system can not fully adapt to current distributed, heterogeneous network environments, and is unlikely to provide users with the needed data and services due to its lack of interoperability, modularity and flexibility (He et al., 2005).In health decision making, it is important to access various kinds of data Such as hospital locations and available services through standard interface. 3. MATERIAL AND METHODS An online web-based GIS system will be designed and implemented using MySql as the database. Apache will be used as the server to provide basic functionality of the web service.php will be used as a scripting language to program the server side that manipulates the knowledge in the database. ARCGIS 9.2 was used to geocode the coordinates of the hospitals locations. 4. ARCHITECTURAL DESIGN The architecture of the system developed is made up of four major components and follows architecture similar to other web-based system such as that described by (Bapna and Gangopadhyay, 2005). An overview of the architecture can be seen in figure 3.1 below. The architecture consists of four tiers; a presentation layer, an application layer, a data layer and a map-generation layer. Data Layer Presentation Layer Map display GIS Data Base GIS data Application Layer Map request Web Service Mappin g Layer Figure 2.Web-based System Architecture The application layer forms the centre of the architecture and oversees the relationship between other components in the system, as well as determining how the system functions. It extracts the data requested by a client from the data 436
3 layer and then processes it. This is then passed to the presentation layer to display to the client. The application layer is also responsible for performing modifications to the database layer that are requested by the client. The presentation layer displays the combined output of the application layer and the map generation layer to the client. The Internet and HTML are used to transport this information and allow the communication between these components. In addition to the display of information, change requests are also posted to the application layer through the presentation layer. Essential system operations such as the setting of marker positions are handled through this mechanism. The data layer is responsible for the storage and provision of data to the application layer. Databases employ Database Management Software (DBMS) that handle a number of issues including concurrent user access, and the efficient storage of data (Adam and Gangopadhyay 1997). It was necessary to create a distinctly separate database to store GIS specific information due to the distributed nature of development of this project. It was not possible to gain direct access to central database due to security concerns. The existing database already provided most of the data necessary for the GIS, including a temporal database that recorded a history of data readings. The main function of the web service mapping layer is the generation of the visual map according to the variables passed to it. The geographic co-ordinates that are passed to it determine the map that is generated. Mapping services are implemented using a combination of different languages and technologies and allow the generation and display of maps. Currently, two varieties of raster image formats are supported for display on the Internet. These are Graphic Interchange Format (GIF) and the Joint Photographic Experts Group (JPEG) based format. Technologies that mapping services implement includes Web servers, GIS rendering and Geo coding databases. System User Authentication/Authorization Administrative Consultations Referral NGO s Doctors/Nurse Paramedical Staff Consultation/Diagnosis Remote Consultation Test Operations GIS Map Administer / Take care Emergency Individual Diagnose/Prescribe SMS Chats X-ray Add/Update patient database Patient payment Lab Test Figure 3: E-health Structural Chart Non-governmental organization 5. IMPLEMENTATION AND RESULT The system consists of five major modules. These are Administrative, Consultations, Referral, NGO and GIS map modules. The above modules require that user is authenticated. 6. AUTHENTICATION AND AUTHORIZATION Authentication in e-health services has to do with ensuring that the identity of a user cannot be forged or altered. Hence, authentication focuses on the verification of the identity of users of E-health data. Put simply, the identities 437
4 of users of E-health data must be true and verifiable, where as authorization in the E-health care context means ensuring that e-health data can be accessed only by authorized users. The Authentication page consists of a script that is handled using simple html, which allows system user to input their user name and password on loading the home page. The security process is ensured by the use of personal identification number. To register, the user supplies his identification number, and the preferred username, password and password confirmation via an html form, and if the patron identification number is found in the table and both password and password confirmation are the same, then registers the username and password in the user table otherwise it reports error messages. Registered users now login by supplying their username and password details into an html form and submit, the entries will be processed and the user will be logged on if the authentication is successful. Users are also allowed to change their passwords; the system also deals with a situation in which a user has forgotten his/her Password. Enter Valid User Name and Password User Name Password Enter Valid User Name and Password User Name Password Login New User Login New User Fig. 4 User Authentication a. Administrative Module This module consists of two sub-modules, which allow Doctors/nurses to diagnose/prescribe and administer/take care of patients. Whereas the Paramedical staff add/update patient s database and enter payment made by the patients. The major objective of this module is to improve the workflow of healthcare practitioners, both clinically and administratively. In essence, this will provide support for clinical and administrative services, investigation of request, result retrieval, diagnosis, treatment, drug prescriptions, etc. All the functions of this module will contribute directly towards the on-ground support of medical practitioners, thereby allowing more accurate and informed diagnosis, effective treatment and enhanced level of healthcare. c.consultation Module The module is divided into three sub module: consultation/diagnosis, remote consultation and lab test sub module. b. Consultation/Diagnosis The consultation/diagnosis module is used by the attending Doctor to create and store daily transaction carried out for each of the visiting patients in the clinical table according to the clinical problem presented. Diagnosis refers to a classification process in which a service provider assigns a clinical case to one or more prespecified illness or disease categories based on the patient s symptoms and information collected for the case. d. Remote Consultation The remote consultation module make it possible for people s healthcare routine across the world, home-bound patients communicates daily with specialist. The web-based E-health system has the capability to support a very large number of patients who need specific health support locally. This is achieved by sending SMS through the net, with a terminal setup in a patient s home and connected or on internet, or the use of instant chatting messages or by sending s all through the net. There are a few ways to sending mail. The Technologist chooses this option by clicking the New Message button. He can send a new message, reply to, or forward mail Fig. 5 Figure 5. New messages Figure 6 Reply message 438
5 The test module allows the technicians to record the result of the medical examination and X-ray images of any patient into the lab test table and the X-ray image table in the database respectively. The physician thereafter loads the result from the database and uses it to diagnose the patients in question. e. Referral Module This Module is subdivided into two sub-modules, i.e. Emergency and Surgical Operations. Referring a patient to another physician or another hospital is one of the most common transactions in healthcare. When a patient is referred due to emergency or surgical operation, a subset of his/her record is transmitted to the appropriate specialists or hospitals through the E-health network. f. Map of Zaria Module: Fig. 4.9 shows an html form displaying Map of Zaria. When a patient points the mouse to a location on the map, it will display the name of that location. Upon clicking on the location, it will display the hospital name, the services rendered as well as the nearest hospitals. This module enables physicians to know also the nearest hospital as well as the services rendered. For instance, incase a patient who is admitted in a hospital needed to be referred to another hospital, all that the physician needs to do is to click on Map of Zaria, find out the nearest hospital with the available services, if the nearest hospital does have the services required, the physician can further scroll down to check for the hospital with the required services. Fig shows an html form displaying the output when a hospital say ABU Teaching hospital is clicked. Fig 8 Html form of Map of Zaria Fig 9 Html output 7. SUMMARY AND CONCLUSION As technology advances, particularly in the area of information and communication keep growing on daily basis, taking advantage and keeping abreast of these technologies is a paramount concern to users for solving societal problems. The research work describes the Design and Implementation of a Web-based GIS for Public healthcare System environment that could be used to locate the nearest hospital, specifying the service they rendered and aid decision making. In this research, we designed and implemented a service oriented Web- based GIS for Public healthcare system that is loosely coupled. This architecture supports reusability of health data mapping and analysis. It provides opportunities for the healthcare practitioners to obtain access to information that can aid in the diagnosis of patient s health conditions or the development of suitable treatment plans and for the patients to enjoy an enhanced level of healthcare services. This work has been able to bring healthcare services closer to us. Major hospitals in Zaria are now digitized; thereby locating specialists are easily accessible. 8. REFERENCES [1]. Bapna, S & Gangopadhyay, A (2005). A Web-Based GIS for Analyzing Commercial Motor Vehicle Crashes Information Resources Management JournalHershey: Jul Sep Vol.18, Iss. 3; pg. 1, 12 pgs. Accessed 06/07/06. [2]. Cromley and McLafferty, (2002) Ellen K. Cromley and Sara L. McLafferty "GIS and Public Health" The Guilford Press ISBN: [3]. Colas, N, Houston, B & Warnecke, L 2000, Internet-Based GIS for Local Government: A Non-technical Guide to Planning and Implementing an Online Geographic Information System, Cayuga County Planning Department, New York. Accessed 06/07/06. [4]. Mcload, K.S., (2000). Our sense of snow: The Myth of John Snow in medical geography.social Science and Medicine, 50(7-8), pp [5]. World Health Organization, (2007).The world health report: A safer future: global public health security in the 2Ist century. 439
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
GIS AS A DECISION SUPPORT FOR SUPPLY CHAIN MANAGEMENT
Paper Reference No.: PN-253 GIS AS A DECISION SUPPORT FOR SUPPLY CHAIN MANAGEMENT Sanjay Kumar 1 and Suneeta Agrawal 2 1. M. Tech. (GIS & Remote Sensing); GIS Cell; MNNIT, Allahabad, India (E-mail: [email protected])
The deployment of OHMS TM. in private cloud
Healthcare activities from anywhere anytime The deployment of OHMS TM in private cloud 1.0 Overview:.OHMS TM is software as a service (SaaS) platform that enables the multiple users to login from anywhere
An Efficient Emergency, Healthcare, and Medical Information System
Global Journal of Computer Science and Technology Network, Web & Security Volume 12 Issue 12 Version 1.0 Year 2012 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals
Figure 2: System Flow Diagram for Workflow Management
5. WORKFLOW MANAGEMENT The developed system EASKB uses the open source content management system called Drupal ([2]). A Content Management System - CMS is a tool that enables many user friendly features
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
Case Studies. Table of Contents
Table of Contents 1 Integration with an Oncology EMR and an External Billing System 3 2 Automated Patient Portal 4 3 Client Scheduling 5 4 Client Server based EMR 6 Version 0.0 Page 2 of 8 1 INTEGRATION
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
GIS/GPS/GPRS and Web based Framework for Fleet Tracking
GIS/GPS/GPRS and Web based Framework for Fleet Tracking Michael Medagama 1, Dilusha Gamage 1, Lanka Wijesinghe 1, Nadeeka Leelaratna 1, Indika Karunaratne 2 and Dileeka Dias 3 1 Dialog-University of Moratuwa
Impelling Heart Attack Prediction System using Data Mining and Artificial Neural Network
General Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Impelling
APPLICATIONS AND RESEARCH ON GIS FOR THE REAL ESTATE
APPLICATIONS AND RESEARCH ON GIS FOR THE REAL ESTATE Chengda Lin, Lingkui Meng, Heping Pan School of Remote Sensing Information Engineering Wuhan University, 129 Luoyu Road, Wuhan 430079, China Tel: (86-27)-8740-4336
elearning Content Management Middleware
elearning Content Management Middleware Chen Zhao Helsinki 18.2.2004 University of Helsinki Department of Computer Science Authors Chen Zhao Title elearning Content Management Middleware Date 18.2.2004
HOSPITAL MANAGEMENT SYSTEM
HOSPITAL MANAGEMENT SYSTEM PURPOSE The basic design of healthcare management system on a web application is that the application sits on a web server, and all users will access it via web browser over
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
HETEROGENEOUS DATA INTEGRATION FOR CLINICAL DECISION SUPPORT SYSTEM. Aniket Bochare - [email protected]. CMSC 601 - Presentation
HETEROGENEOUS DATA INTEGRATION FOR CLINICAL DECISION SUPPORT SYSTEM Aniket Bochare - [email protected] CMSC 601 - Presentation Date-04/25/2011 AGENDA Introduction and Background Framework Heterogeneous
The Electronic Medical Record (EMR)
Journal of Applied Medical Sciences, vol. 2, no. 2, 2013, 79-85 ISSN: 2241-2328 (print version), 2241-2336 (online) Scienpress Ltd, 2013 The Electronic Medical Record (EMR) PeterChris Okpala 1 Abstract
An Electronic Journal Management System
An Electronic Journal Management System Hrvoje Bogunović, Edgar Pek, Sven Lončarić and Vedran Mornar Faculty of Electrical Engineering and Computing, University of Zagreb Unska 3, 0000 Zagreb, Croatia
Primavera Project Management System at WVDOT. Presented by Marshall Burgess, WVDOT Stephen Cole, Stephen Cole Consulting Jervetta Bruce, CDP, Inc.
: Integrating GIS With Primavera Project Management System at WVDOT Presented by Marshall Burgess, WVDOT Stephen Cole, Stephen Cole Consulting Jervetta Bruce, CDP, Inc. WVDOT Geographic Information System
Patient Portal Users Guide
e-mds Solution Series Patient Portal Users Guide Version 7.0 How to Use the Patient Portal CHARTING THE FUTURE OF HEALTHCARE e-mds 9900 Spectrum Drive. Austin, TX 78717 Phone 512.257.5200 Fax 512.335.4375
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
How To Use Zh Openemr
ZHOpenEMR A Fully Integrated Certified EHR and Practice Management System Z&H Healthcare Solutions, LLC ZHOpenEMR ONC-ATB Ambulatory EHR 2011-2012 Certified Incentive Reporting No License fees Used in
Building & Developing the Environmental
Building & Developing the Environmental Web Explorer for Riyadh City Authors: Engineer Yousef Bin Othman Al-Fariheedi Manager of Environmental Data Unit Environmental Management and Protection Department
Integration of location based services for Field support in CRM systems
Invited Contribution to GeoInformatics. Deadline September 15, 2001. Integration of location based services for Field support in CRM systems By P. Álvarez, J.A. Bañares, P.R. Muro-Medrano and F.J. Zarazaga
SYSTEM DEVELOPMENT AND IMPLEMENTATION
CHAPTER 6 SYSTEM DEVELOPMENT AND IMPLEMENTATION 6.0 Introduction This chapter discusses about the development and implementation process of EPUM web-based system. The process is based on the system design
1. Introduction 1.1 Methodology
Table of Contents 1. Introduction 1.1 Methodology 3 1.2 Purpose 4 1.3 Scope 4 1.4 Definitions, Acronyms and Abbreviations 5 1.5 Tools Used 6 1.6 References 7 1.7 Technologies to be used 7 1.8 Overview
Adaptation, Design And Implementation Of An Online Health System Using B/S Model And JSP Technology In Federal Medical Center Azare Nigeria
Adaptation, Design And Implementation Of An Online Health System Using B/S Model And JSP Technology In Federal Medical Center Azare Nigeria Abubakar Ado, Ahmed Aliyu, Zhongwei-he Abstract: Online health
Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning
Livezilla How to Install on Shared Hosting By: Jon Manning This is an easy to follow tutorial on how to install Livezilla 3.2.0.2 live chat program on a linux shared hosting server using cpanel, linux
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,
How To Develop A Gis Based College Information System
Development of Web-GIS based College Information System Giridhar M.V.S.S. 1, Md.Nazia Firdouse 2, Durga Bhavani.S 3, Viswanadh.G.K 4, Chandra Bose A.S 5 1- Assistant Professor, CWR, IST, JNTUH, Hyderabad,
How To Design A Mobile Express Delivery System For Courier In Nigerian Nigeria
Design and Implementation of a Mobile Express Delivery System Azeta, A. A., Ogunlana A. O. and Ezeh C. O. College of Science and Technology, Covenant University, Ota, Nigeria. [email protected], [email protected],
2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led
2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led Introduction This three-day, instructor-led course provides students with the knowledge and skills
APPLICATION OF CLOUD COMPUTING IN ACADEMIC INSTITUTION
APPLICATION OF CLOUD COMPUTING IN ACADEMIC INSTITUTION 1 PRIYANKA DUKLE, 2 TRISHALA PAWAR, 3 SNEH BHAT 1,2,3 Computer, Amrutvahini College of Engineering, Sangamner Email: [email protected] 1, [email protected]
emedyx Emergeny Smart Card EMR System: Card Holder Module
CMSC 190 SPECIAL PROBLEM, INSTITUTE OF COMPUTER SCIENCE 1 emedyx Emergeny Smart Card EMR System: Card Holder Module Elizabeth D. Ruetas and Joseph Anthony C. Hermocilla Abstract The emedyx system is an
A MODEL OF OPENEHR-BASED ELECTRONIC MEDICAL RECORD IN INDONESIA
A MODEL OF OPENEHR-BASED ELECTRONIC MEDICAL RECORD IN INDONESIA 1 A.B. MUTIARA, 2 A. MUSLIM, 3 T. OSWARI, 4 R. ASRITA 1 Prof., Faculty of Computer Science and Information Technology, Gunadarma University,
Advanced Web Application Development using Microsoft ASP.NET
Course Outline Other Information MS2311 Days 3 Starting Time 9:00 Finish Time 4:30 Lunch & refreshments are included with this course. Advanced Web Application Development using Microsoft ASP.NET Course
DEVELOPMENT OF A WORKFLOW APPLICATION FOR VEHICLE FLEET MANAGEMENT: A CASE STUDY OF GUINNESS NIGERIA PLC
DEVELOPMENT OF A WORKFLOW APPLICATION FOR VEHICLE FLEET MANAGEMENT: A CASE STUDY OF GUINNESS NIGERIA PLC 1,* John B. Oladosu, 2 Oludare Opaleye & 3 Olusayo D. Fenwa Computer Science and Engineering Department,
PSG College of Technology, Coimbatore-641 004 Department of Computer & Information Sciences BSc (CT) G1 & G2 Sixth Semester PROJECT DETAILS.
PSG College of Technology, Coimbatore-641 004 Department of Computer & Information Sciences BSc (CT) G1 & G2 Sixth Semester PROJECT DETAILS Project Project Title Area of Abstract No Specialization 1. Software
ONLINE SCHEDULING FOR THE PRIVATE CLINIC "OUR DOCTOR" BASED ON WEB 2.0 TECHNOLOGIES
Bulletin of the Transilvania University of Braşov Vol. 3 (52) - 2010 Series VI: Medical Sciences ONLINE SCHEDULING FOR THE PRIVATE CLINIC "OUR DOCTOR" BASED ON WEB 2.0 TECHNOLOGIES L. SANGEORZAN 1 M.VARCIU
A MODEL OF OPENEHR BASED ELECTRONIC MEDICAL RECORD IN INDONESIA
A MODEL OF OPENEHR BASED ELECTRONIC MEDICAL RECORD IN INDONESIA 1 A.B. Mutiara, 2 A. Muslim, 3 T. Oswari, 4 R.A. Miharja 1,2,4 Faculty of Computer Science and Information Technology, Gunadarma University,
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
RS MDM. Integration Guide. Riversand
RS MDM 2009 Integration Guide This document provides the details about RS MDMCenter integration module and provides details about the overall architecture and principles of integration with the system.
A FRAMEWORK FOR MANAGING RUNTIME ENVIRONMENT OF JAVA APPLICATIONS
A FRAMEWORK FOR MANAGING RUNTIME ENVIRONMENT OF JAVA APPLICATIONS Abstract T.VENGATTARAMAN * Department of Computer Science, Pondicherry University, Puducherry, India. A.RAMALINGAM Department of MCA, Sri
MSSQL quick start guide
C u s t o m e r S u p p o r t MSSQL quick start guide This guide will help you: Add a MS SQL database to your account. Find your database. Add additional users. Set your user permissions Upload your database
Web Meetings through VPN. Note: Conductor means person leading the meeting. Table of Contents. Instant Web Meetings with VPN (Conductor)...
Table of Contents Instant Web Meetings with VPN (Conductor)...2 How to Set Up a Scheduled Web Meeting with VPN (Conductor)...6 How to Set Up a Support Web Meeting with GVSU VPN Service (Conductor)...15
Software Requirements Specification (SRS) EMR Data Analysis
Software Requirements Specification (SRS) EMR Data Analysis Authors: James Drallos, Jordan Clare, Joseph Korolewicz, Daniel Laboy Customer: Dr. Gary Ferenchick Instructor: Dr. Betty Cheng 1 Introduction
LiveTalk Call Center solution
LiveTalk Call Center solution I. Introduction LiveTalk enables real-time interaction between callers and a pool of technical and customer support or sales agents via a completely web based interface. With
Advanced Web Application Development using Microsoft ASP.NET
Key Data Course #: 2311A Number of Days: 3 Format: Instructor-Led Certification Exams: Exam 70-305: Developing and Implementing Web Applications with Microsoft Visual Basic.NET and Microsoft Visual Studio.NET
REMOTE HOST PROCESS CONTROL AND MONITORING OF INDUSTRY APPLIANCES
REMOTE HOST PROCESS CONTROL AND MONITORING OF INDUSTRY APPLIANCES 1 Abinath.T.R, 2 Sudhakar.V, 3 Sasikala.S 1,2 UG Scholar, Department of Electrical and Electronics Engineering, Info Institute of Engineering,
Modeling Temporal Data in Electronic Health Record Systems
International Journal of Information Science and Intelligent System, 3(3): 51-60, 2014 Modeling Temporal Data in Electronic Health Record Systems Chafiqa Radjai 1, Idir Rassoul², Vytautas Čyras 3 1,2 Mouloud
Zorba Asset Tracking Solution
Asset Tracking Solution State-of-the art fleet management and vehicle tracking solution to increase your productivity. Affordable installation and operating costs Easy to install and operate User friendly
Sunrise Acute Care (SAC) Module 1 New Provider Basic Course
Sunrise Acute Care (SAC) Module 1 New Provider Basic Course May 2013 Sunrise Acute Care Training Consists of 5 modules To gain access to Acute Care you will need to: Complete all 5 modules Pass the Acute
GEOENGINE MSc in Geomatics Engineering, Master Thesis Gina Campuzano
Master Thesis Gina CAMPUZANO Gina Campuzano Development of a GIS web application as a tool for learning of environmental protection -Comparison between MapServer and GeoServer constructing a tool for not
Radiology Protocol Tool Recorder (RAPTOR): A Drupal Case Study
Radiology Protocol Tool Recorder (RAPTOR): A Drupal Case Study SAN Business Consultants Andrew Casertano, MS Frank Font, MS www.sanbusinessconsultants.com Modernizing the legacy healthcare IT New development
eworks: Development of a Web Based Site Assessment Software for Construction Progress Project
93 eworks: Development of a Web Based Site Assessment Software for Construction Progress Project Mustafa Man, Mohd Hafriz Nural Azhan, Noor Maizura Mohamad Noor, Wan Aezwani Wan Abu Bakar and Mahadi Man
Introducing Care Connect
Introducing Care Connect Our NEW Electronic Medical Record System Rochester General Health System (RGHS) is working hard to achieve its vision to become this community s healthcare provider of choice,
Intelligent Knowledge Management in Medical Applications. Wan Hussain Wan Ishak, Fadzilah Siraj, Abu Talib Othman
Intelligent Knowledge Management in Medical Applications Wan Hussain Wan Ishak, Fadzilah Siraj, Abu Talib Othman School of Information Technology, Universiti Utara Malaysia, 06010 Sintok, Kedah, MALAYSIA
CLOUD BASED N-DIMENSIONAL WEATHER FORECAST VISUALIZATION TOOL WITH IMAGE ANALYSIS CAPABILITIES
CLOUD BASED N-DIMENSIONAL WEATHER FORECAST VISUALIZATION TOOL WITH IMAGE ANALYSIS CAPABILITIES M. Laka-Iñurrategi a, I. Alberdi a, K. Alonso b, M. Quartulli a a Vicomteh-IK4, Mikeletegi pasealekua 57,
Cloud application for water resources modeling. Faculty of Computer Science, University Goce Delcev Shtip, Republic of Macedonia
Cloud application for water resources modeling Assist. Prof. Dr. Blagoj Delipetrev 1, Assist. Prof. Dr. Marjan Delipetrev 2 1 Faculty of Computer Science, University Goce Delcev Shtip, Republic of Macedonia
MyCloudLab: An Interactive Web-based Management System for Cloud Computing Administration
MyCloudLab: An Interactive Web-based Management System for Cloud Computing Administration Hoi-Wan Chan 1, Min Xu 2, Chung-Pan Tang 1, Patrick P. C. Lee 1 & Tsz-Yeung Wong 1, 1 Department of Computer Science
ManageEngine ADSelfService Plus. Evaluator s Guide
ManageEngine ADSelfService Plus Evaluator s Guide Table of Contents Document Summary:...3 ADSelfService Plus Overview:...3 Core Features & Benefits:...4 ADSelfService Plus Architecture:...5 Admin Portal:...
Software Requirements Specification. Company Name: Team 5
Software Requirements Specification Project Name: Health Records System at Drexel Convenient Care Center Company Name: Team 5 Team Members: Sumanth Nalluru Anusha Shetty Fangwu Wei 2010 Team 5 Revision
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
Software Requirements Specification
CSL740 Software Engineering Course, IIT Delhi Software Requirements Specification Submitted By Abhishek Srivastava (2011EEY7511) Anil Kumar (2009CS10180) Jagjeet Singh Dhaliwal (2008CS50212) Ierum Shanaya
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
CIS 7.4.5. Clinic Information System Practice Management Tool
CIS 7.4.5 Clinic Information System Practice Management Tool CIS Practice Management The Clinic Information System (CIS) is a comprehensive Clinical Management System that offers features and flexibility
ADMINISTRATOR GUIDE VERSION
ADMINISTRATOR GUIDE VERSION 4.0 2014 Copyright 2008 2014. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means electronic or mechanical, for any purpose
A Web services solution for Work Management Operations. Venu Kanaparthy Dr. Charles O Hara, Ph. D. Abstract
A Web services solution for Work Management Operations Venu Kanaparthy Dr. Charles O Hara, Ph. D Abstract The GeoResources Institute at Mississippi State University is leveraging Spatial Technologies and
Understanding and Integrating KODAK Picture Authentication Cameras
Understanding and Integrating KODAK Picture Authentication Cameras Introduction Anyone familiar with imaging software such as ADOBE PHOTOSHOP can appreciate how easy it is manipulate digital still images.
Health Information Technology Backgrounder
Health Information Technology Backgrounder An electronic health record (EHR) is defined by the National Alliance for Health Information Technology as an electronic record of health-related information
1. Introduction. 1.1 Purpose of this Document
1. Introduction 1.1 Purpose of this Document The of the Software Requirements Specification is to outline the requirements for The American Academy's Education With an Elastic Workforce (EW2) product.
End User Guide The guide for email/ftp account owner
End User Guide The guide for email/ftp account owner ServerDirector Version 3.7 Table Of Contents Introduction...1 Logging In...1 Logging Out...3 Installing SSL License...3 System Requirements...4 Navigating...4
The ORIENTGATE data platform
Seminar on Proposed and Revised set of indicators June 4-5, 2014 - Belgrade (Serbia) The ORIENTGATE data platform WP2, Action 2.4 Alessandra Nuzzo, Sandro Fiore, Giovanni Aloisio Scientific Computing and
Tracking the Consignment Transportation in Ship via Online
Tracking the Consignment Transportation in Ship via Online Dr.T.Arumuga Maria Devi, D.Christen Jeba Raj Assistant Professor, M.Tech Scholar Centre for Information Technology and Engineering, Manonmaniam
A WEB-BASED VE SUPPORTING SYSTEM FOR VE FACILITATOR AND MEMBERS IN VE WORKSHOP
Page 1 A WEB-BASED VE SUPPORTING SYSTEM FOR VE FACILITATOR AND MEMBERS IN VE WORKSHOP Heungmin PARK, CVS, IAM corporation ([email protected]) Coauthor: Jong-Kwon LIM, CVS, Ph D., IAM corporation Coauthor:
DATABASE ANALYST I DATABASE ANALYST II
CITY OF ROSEVILLE DATABASE ANALYST I DATABASE ANALYST II DEFINITION To perform professional level work in designing, installing, managing, updating, and securing a variety of database systems, including
Values of Healthcare
Values of Healthcare By Hanan Shahaf Health Organization Managers Our products are suitable for primary and secondary care systems, specialist and multi-disciplinary systems, hospital systems, and rural
Control scanning, printing and copying effectively with uniflow Version 5. you can
Control scanning, printing and copying effectively with uniflow Version 5 you can Bring more control and added efficiency to your scanning and print environment. What is uniflow? uniflow is a software
Rotorcraft Health Management System (RHMS)
AIAC-11 Eleventh Australian International Aerospace Congress Rotorcraft Health Management System (RHMS) Robab Safa-Bakhsh 1, Dmitry Cherkassky 2 1 The Boeing Company, Phantom Works Philadelphia Center
Remote Android Assistant with Global Positioning System Tracking
IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 2, Ver. III (Mar-Apr. 2014), PP 95-99 Remote Android Assistant with Global Positioning System Tracking
Pennsylvania Geospatial Data Sharing Standards (PGDSS) V 2.5
Submitted to: Pennsylvania Geospatial Data Sharing Standards (PGDSS) V 2.5 Spatial Data Migration Tools Report May 2, 2007 Table of Contents 1.0 Document Purpose...B-1 2.0 Overview of Spatial Data Migration
Service Oriented Architecture: A driving force for paperless healthcare system
2012 International Conference on Computer Technology and Science (ICCTS 2012) IPCSIT vol. 47 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V47.16 Service Oriented Architecture: A driving
A Case Study in Integrated Quality Assurance for Performance Management Systems
A Case Study in Integrated Quality Assurance for Performance Management Systems Liam Peyton, Bo Zhan, Bernard Stepien School of Information Technology and Engineering, University of Ottawa, 800 King Edward
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
