Evolution of a Knowledge Base for a Clinical Decision Support System Encoded in the Arden Syntax

Size: px
Start display at page:

Download "Evolution of a Knowledge Base for a Clinical Decision Support System Encoded in the Arden Syntax"

Transcription

1 Evolution of a Knowledge Base for a Clinical Decision Support System Encoded in the Arden Syntax Robert A. Jenders, MD, MS; Hao Huang, MPhil; George Hripcsak, MD; Paul D. Clayton, PhD Department of Medical Informatics Columbia University, New York, New York Clinical decision support systems (CDSS) are being used increasingly in medical practice. Thus, longterm maintenance of the knowledge bases (KB) of such systems becomes important. To quantify changes that occur as a KB evolves, we studied the KB at the Columbia-Presbyterian Medical Center. This KB has a total of 229 Medical Logic Modules (MLMs) encoded in the Arden Syntax. Eliminating those never used in practice, we retrospectively analyzed 156 MLMs developed over 78 months. We noted 2020 distinct versions of these MLMs that included 5528 changed statements over time. These changes occurred primarily in the logic slot (38.7% of all changes), the action slot (17.8%), in queries (15.0%) and in the data slot exclusive of queries (12.4%). We conclude that long-term maintenance of a KB for a CDSS requires significant changes over time. We discuss the implications ofthese results for the design ofkb editorsfor the Arden Syntax. INTRODUCTION Knowledge Representation Clinical decision support systems (CDSS) are being used increasingly in medical practice. CDSSs have been employed effectively for a wide variety of purposes, including preventive health, quality assurance and computer-aided diagnosis [1]. Representational standards in medical computing, covering areas such as controlled terminologies and messaging, have arisen in part to accommodate communication and knowledge sharing among different organizations and among providers and others within an organization. Knowledge representation for CDSSs is no exception in this trend. In particular, the Arden Syntax for Medical Logic Modules (MLMs), developed in part at the Columbia-Presbyterian Medical Center (CPMC), has been promoted as an open standard for the procedural representation and sharing of medical knowledge [2]. MLMs serve as the representational unit of a knowledge base (KB) for a CDSS encoded in the Arden Syntax. Implemented using a clinical event monitor at CPMC, MLMs provide over 1000 clinical alerts and many research messages each month [3]. However, as KBs grow in size and complexity, longterm maintenance of such knowledge becomes paramount. The area of KB research known as knowledge refinement typically focuses on correction of KB errors after initial release of an expert system when it fails to perform as expected. Much of this work has been confined to nonmedical domains [4]. However, this emphasis on error detection is present even in some work on medical KBs, such as GARVAN-ES1, an expert system used in the care of persons with diabetes [5]. Despite this emphasis, long-term maintenance of a KB also requires creation of new portions of a KB as well as modification of extant portions [4]. Indeed, a previous experiment involving the update of 15 disease profiles in the QMRTm (First Databank, Portland, Oregon) KB demonstrated that a total of 16% of all KB entries were modified, including up to 95% of the entries in a disease profile [4]. Thus, as medical science changes, KB maintenance is required, and this in turn may consume significant time and effort. The CPMC Environment In order to promote expansion of the CPMC KB, we have created a knowledge acquisition tool, now called EzMLM, that permits clinical domain experts with no knowledge of the Arden Syntax or the CPMC clinical repository to add MLMs encoded in the Syntax to the KB. Testing of the first version of this tool, intended to allow the creation of MLMs for clinical research, was successful [6]. Other workers, including those at Link6ping University [7] and LDS Hospital [8] have created knowledge editors for Arden, and change in a KB over time has significant implication for these tools as well /91$ AMIA, Inc. 558

2 Previous experimental work using the Arden Syntax informed the development of EzMLM. In a study of a transfer of 7 MLMs from CPMC to LDS Hospital, workers noted that all of the output statements and over 40% of the logic statements had to be changed in order for the MLMs to function in the receiving institution [9]. Accordingly, we understood that we needed to design carefully the parts of the tool that treated these areas in order to accommodate the future possibility of use of the tool at other sites. In addition, in work done at our institution in 1993, changes in the initial 20 MLMs were examined over a time period of 2.5 years [10]. Now, as the CPMC KB grows, it is clear that more than just siteindependent modularity in the creation of MLMs must be provided. We also must support long-term maintenance of the knowledge base in an attempt to control the time and effort associated with such a task. Goals of the Analysis Therefore, in order to guide the development of this knowledge acquisition tool by demonstrating which modules within the tool required special emphasis, we undertook a retrospective analysis of the MLMs in the CPMC KB. In doing so, we sought to study the evolution of a CDSS KB by quantitatively characterizing changes that occur over time in the natural evolution of a KB. We perfomed the current study in part to expand the earlier analysis by including many more MLMs over a longer period of time. METHODS We extracted copies of all versions of all MLMs stored in the CPMC KB dating from the oldest MLM present (written in October, 1991) through March, All versions of MLMs are retained in the KB for archival purposes even if they are no longer used actively. For each MLM, we recorded the date of the first and last version. After the initial one, each version of a MLM represented at least one change in a statement from its immediately preceding version. We eliminated from the analysis those MLMs that had never been activated in the KB for use for clinical, research or administrative purposes. We then sought to characterize the types of changes that occurred over the lifetime of each MLM. To do this, we created PERL scripts that, for each MLM, used the Unix diff program to isolate changes between chronologically adjacent pairs of MLMs. We accomplished this by taking into account the standardized structure of a MLM. A MLM, equivalent to a single rule in a rule-based expert system, contains enough medical knowledge and data to make a single clinical decision [2]. It consists of three categories: maintenance, library and knowledge. Each category consists of a set of slots, each of which has one or more values. The first two categories address the history and purpose of a particular MLM and serve as documentation of the knowledge. The knowledge category contains the slots that enable triggering of the MLM (evoke slots and event definitions); querying the data base (data slot); calculating other data based on these queries (data slot); logically processing these data (logic slot); and directing an output message (action slot) to a particular destination (defined in the data slot) if warranted by the logical processing [2]. Taking advantage of this slot-value structure, we augmented the PERL script to identify where and how many changes occurred when each new version of a MLM was created. We defined a change as either a new statement or one or more alterations in an extant statement from one version of a MLM to the succeeding version. A statement may be a single slot value in the maintenance and library categories; a single database query; a single trigger; a single destination; a single output string; a single calculation; or a single if-then-else clause. These automatically detected changes were confirmed by manual inspection. We then classified each changed statement as belonging to one of these functional parts of a MLM: documentation; trigger; database query; other data statement; logic; urgency; and action. Because the version number slot changes by definition with each new version and because the date changes in nearly all of our MLM versions, we excluded these slots from the analysis. RESULTS We extracted a total of 229 MLMs from the KB, developed over the 78 months from October, 1991 through March, Of these, 75 are currently active, while another 62 were previously activated but are no longer used. An additional 19 were never activated for clinical, research or administrative purposes but served as precursors of MLMs that were activated. Thus, a total of 156 MLMs were included in the analysis. The other 73 MLMs were used to test a variety of ideas or database queries but either never 559

3 were or have not yet been promoted to active use in the CDSS. These 156 MLMs accounted for 2020 distinct versions over the study period, an average of 12.9 versions per MLM. The number of versions per MLM ranged from 2 to 127. Using the previously described process, we then analyzed these versions in order to quantify the various kinds of changes in MLMs as the KB evolved. These data are detailed in Table 1. A total of 5528 statements were changed in the 2020 MLM versions in the selected set of MLMs over the study period. This is an average of 2.7 changed statements per version and 35.4 changed statements per MLM over its lifetime. Table 1. Changes in 156 MLMs over 78 months. "Functional Unit" signifies a part of a MLM and is defined in the Methods. Functional Unit Changed Average % Total Statements Changes Changed per Statements MLM Logic Action Queries Non-query Data Destination Trigger Documentation Urgency TOTAL 5528 _ 100 The most common changes occurred in the logic slot of the MLMs. An average of 13.7 logic statements were changed in the typical MLM over its lifetime. This accounted for 38.7% of all changed statements in the KB. The next most common change involved the action slot, in which an average of 6.3 statements were changed in the typical MLM, accounting for 17.8% of all changed statements. Beyond this, the most frequently changed functional units of the MLM were the database queries that constituted 15.0% of all changes; the data slot exclusive of queries with 12.4% of all changes; the destination of the MLM output with 6.9% of all changes; the trigger slots with 4.6% of all changes; and the documentation categories with 4.5% of all changes. Urgency statements rarely changed. DISCUSSION The current analysis suggests that long-term maintenance of a KB for a CDSS encoded in the Arden Syntax involves a considerable number of changes as the KB evolves. In the CPMC database this included over 2000 distinct versions with over 5000 enumerated changed statements. This is consistent with work elsewhere in analyzing changes to the QMR KB, which also demonstrated that a significant number of changes were required in order to update the KB. It is interesting to note the relatively large number of MLMs, 31.8% of the total KB, that were effectively "dead ends" that did not lead to modules that were actively used in the CDSS. In consideration of development of knowledge acquisition and management tools such as EzMLM, it is informative to note which sections of the selected MLMs changed most frequently. In order of importance, these were the logic slot, action slot, database queries and the data slot exclusive of queries. Other components such as the destination of output messages changed less frequently. Interestingly, background documentation that illustrates its software history and its purpose did not change as much, nor did the definition of the triggers that cause execution of the MLMs. Thus, any KB editor, in order to serve as an effective tool for longterm management, must provide a facile mechanism for updating the logic, action and data slots of MLMs but may not need to be as well-developed in delineating the triggers, maintenance category or library category. These functional units in which change occurred most frequently also have implication for using the Arden Syntax for knowledge sharing among institutions. This was one of the key design goals of the Syntax [2]. However, previous work demonstrated that significant numbers of changes must occur in the data, logic and action slots in order to use MLMs written at one institution in the KB of another institution whose CDSS uses the Arden Syntax [9]. This challenge is not specific to the Arden Syntax and would attend any standard form of knowledge representation intended to permit knowledge sharing [6]. Thus, incorporating features in KB editors that facilitate these changes also has implications for knowledge transfer. Previous work at our institution looked at our initial 20 MLMs over approximately 2.5 years [10]. This showed that the MLM data slot had significantly 560

4 more changes than other slots (183 versus 99 in the logic slot and 97 in the action slot). Results of the current analysis, by contrast, show relatively more changes in the logic slot than in the data slot (which is a combination of queries and non-query data). One possible explanation for this change over time may be a change in our environment. During the earlier study, a variety of database systems, including relational, VSAM and IMS systems, were used. Now, nearly all CPMC data reside in a relational database. This concentration may have reduced the need for changes to database references within MLMs. We used the current analysis to inform development of EzMLM, our knowledge acquisition tool. For example, by noting the most common values and changes involved in database queries, we altered the tool so that these common elements could be inserted quickly and easily into new MLMs instead of constructing queries with these elements from scratch. Similarly, we modified the logic part of the tool in order to make creation of the most common logical constructs and changes very easy. Now, this study does have some limitations. The key limitation is the relatively small sample size of MLMs in the KB. This is partly the result of limitations at our campus in the number of writers of MLMs, a problem that EzMLM was designed to overcome. Another explanation is the absence of a provider order entry tool at our institution, and this limits the kinds of MLMs that we may implement. However, the KB has been used actively for over 6 years and contains MLMs addressing a wide variety of topics. Thus, though small, the CPMC KB likely is similar to other CDSS KBs. Another limitation may be the relatively high percentage of MLMs in the KB that we excluded from the analysis. However, these never were used actively for clinical, research or administrative purposes and did not lead directly to MLMs that were used for such purposes. As a result, excluding them allowed us to focus the analysis on the core of the KB that is actively used and updated. FUTURE WORK With these results in mind, we will continue development of EzMLM as a knowledge acquisition and maintenance tool for KBs encoded in the Arden Syntax. Our current work centers on converting the initial version to a World-Wide-Web-compliant model that uses HTML forms and common gateway interfaces (CGIs) to capture clinical knowledge and create MLMs. We will use the results of the current analysis to direct our efforts in implementing EzMLM in a modular way that facilitates creation of MLMs for multiple institutions. SUMMARY As CDSSs are increasingly used in medical practice, long-term maintenance of the KB for such systems becomes important. In order to quantify the changes that occur in the evolution of such a KB, we retrospectively studied the changes that occurred in the CPMC KB during the 78 months since its inception. This KB is encoded as MLMs written in the Arden Syntax. Selecting 156 of a total of 229 MLMs after eliminating those never used in actual CDSS operation, we extracted 2020 versions of these MLMs from the KB. In comparing successive versions of each MLM, we discovered a total of 5528 changed statements. The largest share of changes occurred in the logic slot, and these accounted for 38.7% of the changes. Changes in the action slot (17.8%), data queries (15.0%) and non-query data slot (12.4%) also were important. These findings have implications for the design of knowledge editors that use the Arden Syntax, and we are using these data to guide an implementation of one such editor at CPMC, EzMLM. Acknowledgments We are indebted to Stephen B. Johnson, James J. Cimino, Eric H. Sherman and others whose efforts were instrumental in the creation of the CPMC decision support system. This work was supported in part by continuing generous assistance from The New York and Presbyterian Hospital. References 1. Johnston ME, Langton KB, Haynes BR, Mathieu A. Effects of computer-based clinical decision support systems on clinician performance and patient outcome. Ann Intern Med 1994;120: Hripcsak G, Clayton PD, Pryor TA, Haug P, Wigertz OB, Van der lei J. The Arden Syntax for medical logic modules. In Miller RA, editor. Proc of the Fourteenth Annual Symposium on Computer Applications in Medical Care. New York: IEEE Computer Press, 1990;

5 3. Jenders RA, Hripcsak G, Sideli RV, DuMouchel W. Zhang H, Cimino JJ, Johnson SB, Sherman EH, Clayton PD. Medical decision support: experience with implementing the Arden Syntax at the Columbia-Presbyterian Medical Center. In Gardner RM, ed. Proc of the Nineteenth Annual Symposium on Computer Applications in Medical Care. Philadelphia: Hanley & Belfus, 1995; Giuse DA, Giuse NB, Miller RA. Evaluation of long-term maintenance of a large medical knowledge base. JAMIA 1995;2: Compton P, Jansen R. Diabetes expert systems: planning for long term use. Horm Metab Res Suppl 1990;24: Jenders RA, Dasgupta B. Assessment of a knowledge-acquisition tool for writing medical logic modules in the Arden Syntax. Proc AMIA Annu Fall Symp 1996; Gao X, Shahsavar N, Arkad K, Ahlfeldt H. Hripcsak G, Wigertz 0. Design and functions of medical knowledge editors for the Arden Syntax. In Lun KC et al. Eds. Proc of the Seventh World Congress on Medical Informatics (MEDINF092). North-Holland: Elsevier, 1992; Sailors RM. MLM Builder: an integrated suite for development and maintenance of Arden Syntax medical logic modules. Proc AMIA Annu Fall Symp 1997; Pryor TA, Hripcsak G. Sharing MLM's: An experiment between Columbia-Presbyterian and LDS Hospital. In Safran C, ed. Proc of the Seventeenth Annual Symposium on Computer Applications in Medical Care. New York: McGraw-Hill, 1993; Hripcsak G, Johnson SB, Clayton PD. Desperately seeking data: knowledge base-database links. In: Safran C, editor. Proc of the Seventeenth Annual Symposium on Computer Applications in Medical Care. New York: McGraw-Hill, Inc., 1994;

Towards Improved Knowledge Sharing: Assessment of the HL7 Reference Information Model to Support Medical Logic Module Queries

Towards Improved Knowledge Sharing: Assessment of the HL7 Reference Information Model to Support Medical Logic Module Queries Towards Improved Knowledge Sharing: Assessment of the HL7 Reference Information Model to Support Medical Logic Module Queries Robert A. Jenders, MD, MS ; Walter Sujansky, MD, PhD*; Carol A. Broverman,

More information

A FUZZY ARDEN SYNTAX COMPILER Fehre K 1, 2, Mandl H 2, Adlassnig K-P 1, 2

A FUZZY ARDEN SYNTAX COMPILER Fehre K 1, 2, Mandl H 2, Adlassnig K-P 1, 2 A FUZZY ARDEN SYNTAX COMPILER Fehre K 1, 2, Mandl H 2, Adlassnig K-P 1, 2 Abstract The Arden Syntax for Medical Logic Systems is a standard for clinical knowledge representation, maintained by the Health

More information

Arden/J: An Architecture for MLM Execution on the Java Platform

Arden/J: An Architecture for MLM Execution on the Java Platform Journal of the American Medical Informatics Association Volume 9 Number 4 Jul / Aug 2002 359 Application of Information Technology Arden/J: An Architecture for MLM Execution on the Java Platform HARRY

More information

SERVICE-ORIENTED ARDEN-SYNTAX-BASED CLINICAL DECISION SUPPORT Fehre K 1,2, Adlassnig K-P 1,2

SERVICE-ORIENTED ARDEN-SYNTAX-BASED CLINICAL DECISION SUPPORT Fehre K 1,2, Adlassnig K-P 1,2 SERVICE-ORIENTED ARDEN-SYNTAX-BASED CLINICAL DECISION SUPPORT Fehre K 1,2, Adlassnig K-P 1,2 Abstract We describe a software architecture for clinical decision support systems. The core of the architecture

More information

Clinical Decision Support

Clinical Decision Support Clinical Decision Support W. Ed Hammond, Ph.D. Director, Duke Center for Health Informatics Clinical Decision Support Clinical decision support (CDS) systems apply information technology to address, in

More information

Practical Considerations for Exploiting the World Wide Web to Create Infobuttons

Practical Considerations for Exploiting the World Wide Web to Create Infobuttons Practical Considerations for Exploiting the World Wide Web to Create Infobuttons James J. Cimino a, Jianhua Li a, Mureen Allen a, Leanne M. Currie b, Mark Graham a, Viktoria Janetzki a Nam-Ju Lee b, Suzanne

More information

Bridging the Representational Heterogeneity of Clinical Databases

Bridging the Representational Heterogeneity of Clinical Databases From: AAAI Technical Report SS-94-01 Compilation copyright 1994, AAAI (wwwaaaiorg) All rights reserved Bridging the Representational Heterogeneity of Clinical Databases Walter Sujansky and Russ Altman

More information

Service-Oriented Arden-Syntax-Based Clinical Decision Support

Service-Oriented Arden-Syntax-Based Clinical Decision Support Service-Oriented Arden-Syntax-Based Clinical Decision Support Journal: AMIA 2010 Annual Symposium Manuscript ID: AMIA-1182-A2009 Manuscript Type: Paper Date Submitted by the Author: 15-Mar-2010 Complete

More information

Webbasierte Kollaborationsplattform zur Pflege und Ausführung von Arden-Medical Logic Modules (MLM) Bianying Song

Webbasierte Kollaborationsplattform zur Pflege und Ausführung von Arden-Medical Logic Modules (MLM) Bianying Song Webbasierte Kollaborationsplattform zur Pflege und Ausführung von Arden-Medical Logic Modules (MLM) Bianying Song 16.07.2012 1 Outline Background Goals and methods Design and Implementation of the collaboration

More information

Generating Medical Logic Modules for Clinical Trial Eligibilty

Generating Medical Logic Modules for Clinical Trial Eligibilty Generating Medical Logic Modules for Clinical Trial Eligibilty by Craig G. Parker A Thesis Proposal Presented to the Department of Computer Science Brigham Young University In Partial Fulfillment of the

More information

Clinical Decision Support

Clinical Decision Support Clinical Decision Support Charles Jaffe, MD, PhD Chief Executive Officer Orlando February 21, 2011 Clinical Decision Support Clinical decision support (CDS) systems apply information technology to address,

More information

Maintaining a Catalog of Manually-Indexed, Clinically-Oriented World Wide Web Content

Maintaining a Catalog of Manually-Indexed, Clinically-Oriented World Wide Web Content Maintaining a Catalog of Manually-Indexed, Clinically-Oriented World Wide Web Content William Hersh, M.D., Andrea Ball, M.L.S., Bikram Day, M.S., Mary Masterson, M.P.H., Li Zhang, M.S., Lynetta Sacherek,

More information

Coping with Changing Controlled Vocabularies

Coping with Changing Controlled Vocabularies Coping with Changing Controlled Vocabularies James J. Cimino, M.D, Paul D. Clayton, Ph.D. Center for Medical Informatics Columbia University New York, New York 10032 For the foreseeable future, controlled

More information

Auditing Dynamic Links to Online Information Resources

Auditing Dynamic Links to Online Information Resources Auditing Dynamic Links to Online Information Resources Jianhua Li, MD; James J. Cimino, MD Department of Biomedical Informatics, Columbia University, New York, New York, USA Abstract The Columbia University

More information

The arden syntax for medical logic modules

The arden syntax for medical logic modules lnrernational Journal of Clinical Monitoring and Computing 10: 215-224, 1993. 1993 Kluwer Academic Publishers. Printed in the Netherlands. The arden syntax for medical logic modules T. Allan Pryor' & George

More information

Ovid Technologies, Inc. Databases

Ovid Technologies, Inc. Databases Physical Therapy Workshop. August 10, 2001, 10:00 a.m. 12:30 p.m. Guide No. 1. Search terms: Diabetes Mellitus and Skin. Ovid Technologies, Inc. Databases ACCESS TO THE OVID DATABASES You must first go

More information

Proteus A Model for Clinical Protocols Created from Knowledge Components

Proteus A Model for Clinical Protocols Created from Knowledge Components Proteus A Model for Clinical Protocols Created from Knowledge Components Hemant Shah National Library of Medicine, Bethesda, MD, USA h.shah@computer.org Abstract We describe a model Proteus, for clinical

More information

medexter clinical decision support

medexter clinical decision support Arden Syntax overview Educational material, part 2 (of 5) Medexter Healthcare Borschkegasse 7/5 A-1090 Vienna www..com www.meduniwien.ac.at/kpa (academic) Better care, patient safety, and quality assurance

More information

What is Arden Syntax?

What is Arden Syntax? Arden Syntax What is Arden Syntax? a language used for representing and sharing medical knowledge. used for sharing computerized health knowledge bases across personnel, information systems, and institutions.

More information

Digital Imaging and Communications in Medicine (DICOM) Part 1: Introduction and Overview

Digital Imaging and Communications in Medicine (DICOM) Part 1: Introduction and Overview Digital Imaging and Communications in Medicine (DICOM) Part 1: Introduction and Overview Published by National Electrical Manufacturers Association 1300 N. 17th Street Rosslyn, Virginia 22209 USA Copyright

More information

..A..,...,..,.., Abstract Ob Iec t rve: To evaluate the performance of tools for authoring patient database queries.

..A..,...,..,.., Abstract Ob Iec t rve: To evaluate the performance of tools for authoring patient database queries. HRIPCSAK ET AL., Access to Data Research Paper Access to Data: Comparing AccessMed with Query by R eview. y.+,..a.?.+~~.a... xv....,a...a. )..~~~~ rrirr~r.~.,.~.,,~,,,,,,,,a,,r,,,~,,~~..~~..~~~~~..,,,,,~~

More information

RPR CRITERIA AND FORMATS

RPR CRITERIA AND FORMATS RPR CRITERIA AND FORMATS PURPOSE This procedure establishes design criteria and standard formats for detailed procedures and records required for effective operations, communications and management of

More information

The USU Medical PDA Initiative: The PDA as an Educational Tool

The USU Medical PDA Initiative: The PDA as an Educational Tool The USU Medical PDA Initiative: The PDA as an Educational Tool Leon Moore, PhD', Bradley R. Richardson, BS2, MD, Robert W. Williams, PhD' 'Department of Biomedical Informatics, School of Medicine 'Department

More information

Method for the Mapping between Health Terminologies aiming Systems Interoperability

Method for the Mapping between Health Terminologies aiming Systems Interoperability Method for the Mapping between Health Terminologies aiming Systems Interoperability Thiago Fernandes de Freitas Dias Inter Bioengineering Postgraduate Program, School of Engineering of São Carlos/Faculty

More information

Adaptive Medical Information Delivery Combining User, Task and Situation Models

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

More information

Visualizing Access Control Policies in Databases. Jared Chandler. Comp 116 Fall 2015

Visualizing Access Control Policies in Databases. Jared Chandler. Comp 116 Fall 2015 Visualizing Access Control Policies in Databases Jared Chandler Comp 116 Fall 2015 To the Community I chose this topic because it is something I have an interest in improving. SQL databases are widespread

More information

CREATING CUSTOMIZED DATABASE VIEWS WITH USER-DEFINED NON- CONSISTENCY REQUIREMENTS

CREATING CUSTOMIZED DATABASE VIEWS WITH USER-DEFINED NON- CONSISTENCY REQUIREMENTS CREATING CUSTOMIZED DATABASE VIEWS WITH USER-DEFINED NON- CONSISTENCY REQUIREMENTS David Chao, San Francisco State University, dchao@sfsu.edu Robert C. Nickerson, San Francisco State University, RNick@sfsu.edu

More information

Maine Department of Health and Human Services

Maine Department of Health and Human Services Maine Department of Health and Human Services Minimum Data Set (MDS) Residential Care Assessment (RCA) Electronic Data Submission Requirements (Version 120103) Prepared For: Office of MaineCare Services

More information

Filtering Web Pages for Quality Indicators: An Empirical Approach to Finding High Quality Consumer Health Information on the World Wide Web

Filtering Web Pages for Quality Indicators: An Empirical Approach to Finding High Quality Consumer Health Information on the World Wide Web Filtering Web Pages for Quality Indicators: An Empirical Approach to Finding High Quality Consumer Health Information on the World Wide Web Susan L. Price, MD, MS and William R. Hersh, MD Division of Medical

More information

UNIX Consultant: A Progress Report Robert Wilensky Division of Computer Science Unversity of California, Berkeley

UNIX Consultant: A Progress Report Robert Wilensky Division of Computer Science Unversity of California, Berkeley 9 g UNIX Consultant: A Progress Report Robert Wilensky Division of Computer Science Unversity of California, Berkeley We have been engaged in the construction of a system called UC, for UNIX Conavltant.

More information

Customer Guidance For Requesting Changes to SNOMED CT

Customer Guidance For Requesting Changes to SNOMED CT Customer Guidance For Requesting Changes to SNOMED CT Date 20161005 Version 2.0 Customer Guidance For Requesting Changes to SNOMED CT Page 1 of 12 Version 2.0 Amendment History Version Date Editor Comments

More information

MedWeaver: Integrating Decision Support, Literature Searching, and Web Exploration using the UMLS Metathesaurus

MedWeaver: Integrating Decision Support, Literature Searching, and Web Exploration using the UMLS Metathesaurus MedWeaver: Integrating Decision Support, Literature Searching, and Web Exploration using the UMLS Metathesaurus William M. Detmer 1, G. Octo Barnett 2, and William R. Hersh 3 1 Section on Medical Informatics,

More information

Successful Scalability Techniques for Illinois Web Archive Search

Successful Scalability Techniques for Illinois Web Archive Search Successful Scalability Techniques for Illinois Web Archive Search Larry S. Jackson & Huamin Yuan UIUC GSLIS Tech Report UIUCLIS--2007/1+EARCH April 27, 2007 Abstract The Capturing Electronic Publications

More information

A Model of Clinical Query Management that Supports Integration of Biomedical Information Over the World Wide Web

A Model of Clinical Query Management that Supports Integration of Biomedical Information Over the World Wide Web A Model of Clinical Query Management that Supports Integration of Biomedical Information Over the World Wide Web William M. Detmer and Edward H. Shortliffe Section on Medical Informatics, Stanford University

More information

Finding Nutrition Information on the Web: Coverage vs. Authority

Finding Nutrition Information on the Web: Coverage vs. Authority Finding Nutrition Information on the Web: Coverage vs. Authority Susan G. Doran Department of Computer Science and Engineering, University of South Carolina, Columbia, SC 29208.Sue_doran@yahoo.com Samuel

More information

SQL Server Case Study. Woman s Hospital WOMAN S HOSPITAL SAVES TIME AND MONEY WITH IDERA

SQL Server Case Study. Woman s Hospital WOMAN S HOSPITAL SAVES TIME AND MONEY WITH IDERA SQL Server Case Study Woman s Hospital WOMAN S HOSPITAL SAVES TIME AND MONEY WITH IDERA Overview Woman s Hospital is one of the first women s specialty hospitals in the nation, and is currently one of

More information

Beyond Clients and Servers Erik van Mulligen' 2, Teun Timmers1

Beyond Clients and Servers Erik van Mulligen' 2, Teun Timmers1 Beyond Clients and Servers Erik van Mulligen' 2, Teun Timmers1 'Department of Medical Informatics, Erasmus University Rotterdam, The Netherlands 2University Hospital Dijkzigt Rotterdam, The Netherlands

More information

ICD-9 to 10 Crosswalk User Guide

ICD-9 to 10 Crosswalk User Guide ICD-9 to 10 Crosswalk User Guide 03162014 December 2014 Contents Introduction... 3 ICD-10 Codes Setup... 4 Select a default ICD-10 code type... 4 Set up most used ICD-10 codes... 7 Add an ICD-10 code...

More information

From Scratch to the Web: Terminological Theses at the University of Innsbruck

From Scratch to the Web: Terminological Theses at the University of Innsbruck Peter Sandrini University of Innsbruck From Scratch to the Web: Terminological Theses at the University of Innsbruck Terminology Diploma Theses (TDT) have been well established in the training of translators

More information

Review of. Amanda Spink. and her work in. Web Searching and Retrieval,

Review of. Amanda Spink. and her work in. Web Searching and Retrieval, Review of Amanda Spink and her work in Web Searching and Retrieval, 1997-2004 Larry Reeve for Dr. McCain INFO861, Winter 2004 Term Project Table of Contents Background of Spink 2 Web Search and Retrieval

More information

Patent documents usecases with MyIntelliPatent. Alberto Ciaramella IntelliSemantic 25/11/2012

Patent documents usecases with MyIntelliPatent. Alberto Ciaramella IntelliSemantic 25/11/2012 Patent documents usecases with MyIntelliPatent Alberto Ciaramella IntelliSemantic 25/11/2012 Objectives and contents of this presentation This presentation: identifies and motivates the most significant

More information

Telephone Survey Response: Effects of Cell Phones in Landline Households

Telephone Survey Response: Effects of Cell Phones in Landline Households Telephone Survey Response: Effects of Cell Phones in Landline Households Dennis Lambries* ¹, Michael Link², Robert Oldendick 1 ¹University of South Carolina, ²Centers for Disease Control and Prevention

More information

The CQUIN Learning Network Annual Meeting

The CQUIN Learning Network Annual Meeting Annual Meeting CQUIN Dashboard: Development and Implementation Dr. Maureen Syowai ICAP at Columbia University February 13-15 Maputo, Mozambique Outline Background Implementation Results Conclusions 2 Background

More information

Achieving interoperability between Arden- Syntax-based clinical decision support and openehr-based data systems

Achieving interoperability between Arden- Syntax-based clinical decision support and openehr-based data systems Achieving interoperability between Arden- Syntax-based clinical decision support and openehr-based data systems Martin SPINETH a,b, Andrea RAPPELSBERGER c and Klaus-Peter ADLASSNIG b,c 1 a University of

More information

Representing Symbolic Reasoning

Representing Symbolic Reasoning Representing Symbolic Reasoning Brian Mastenbrook and Eric Berkowitz 1400 N. Roosevelt Blvd. Schaumburg, IL 60173 chandler@acm.roosevelt.edu eric@cs.roosevelt.edu Abstract Introspection is a fundamental

More information

Integrating patient-oriented data processing into the PREPaRe virtual hospital using XML technology

Integrating patient-oriented data processing into the PREPaRe virtual hospital using XML technology Integrating patient-oriented data processing into the PREPaRe virtual hospital using XML technology René Tschirley, Kai Köchy, Steffen Märkle Dept. for Computer Science and Computer Assisted Medicine,

More information

FDA 483 The Definitive Guide to Responding to FDA 483 and Warning Letters

FDA 483 The Definitive Guide to Responding to FDA 483 and Warning Letters FDA 483! The Definitive Guide to Responding to FDA 483 and Warning Letters Jon Speer Founder & VP of QA/RA greenlight.guru Table of Contents 1 Introduction 2 What Is an FDA 483 Observation? 3 Know Who

More information

Guidelines for the application of Data Envelopment Analysis to assess evolving software

Guidelines for the application of Data Envelopment Analysis to assess evolving software Short Paper Guidelines for the application of Data Envelopment Analysis to assess evolving software Alexander Chatzigeorgiou Department of Applied Informatics, University of Macedonia 546 Thessaloniki,

More information

RI AND RF CRITERIA AND FORMATS

RI AND RF CRITERIA AND FORMATS RI-42 RI AND RF CRITERIA AND FORMATS PURPOSE This procedure establishes design criteria and standard formats for detailed procedures and records required for effective operations, communications and management

More information

Function Modules Objective The following section is intended to explain: What function modules are Components of function modules

Function Modules Objective The following section is intended to explain: What function modules are Components of function modules Function Modules Objective The following section is intended to explain: What function modules are Components of function modules Testing and releasing of function modules Function Modules Function modules

More information

Executive Summary for deliverable D6.1: Definition of the PFS services (requirements, initial design)

Executive Summary for deliverable D6.1: Definition of the PFS services (requirements, initial design) Electronic Health Records for Clinical Research Executive Summary for deliverable D6.1: Definition of the PFS services (requirements, initial design) Project acronym: EHR4CR Project full title: Electronic

More information

Air Transat. Background. Goals. Challenges. Solution. Industry Travelling, Transport

Air Transat. Background. Goals. Challenges. Solution. Industry Travelling, Transport Air Transat www.airtransat.ca Industry Travelling, Transport Partner r42 communication Cooper Building 3981 boul. Saint-Laurent, suite 215 Montreal H2W1Y5 Quebec, Canada Ralph Spandl ralph@r42.ca Background

More information

Genetic Analysis. Page 1

Genetic Analysis. Page 1 Genetic Analysis Page 1 Genetic Analysis Objectives: 1) Set up Case-Control Association analysis and the Basic Genetics Workflow 2) Use JMP tools to interact with and explore results 3) Learn advanced

More information

IBM Research Report. *Departments of Biomedical Informatics and of Medicine Columbia University New York, NY

IBM Research Report. *Departments of Biomedical Informatics and of Medicine Columbia University New York, NY RC23402 (W0411-004) November 1, 2004 Computer Science IBM Research Report Partitioning Knowledge Bases between Advanced Notification and Clinical Decision Support Systems Yves Lussier*, Rose Williams,

More information

Generating a Document- Oriented View of a Protégé Knowledge Base

Generating a Document- Oriented View of a Protégé Knowledge Base Generating a Document- Oriented View of a Protégé Knowledge Base Samson Tu, Shantha Condamoor, Mark Musen Stanford Medical Informatics Stanford University School of Medicine Seventh International Protégé

More information

Implementation Techniques

Implementation Techniques V Implementation Techniques 34 Efficient Evaluation of the Valid-Time Natural Join 35 Efficient Differential Timeslice Computation 36 R-Tree Based Indexing of Now-Relative Bitemporal Data 37 Light-Weight

More information

Health Information Exchange Content Model Architecture Building Block HISO

Health Information Exchange Content Model Architecture Building Block HISO Health Information Exchange Content Model Architecture Building Block HISO 10040.2 To be used in conjunction with HISO 10040.0 Health Information Exchange Overview and Glossary HISO 10040.1 Health Information

More information

Working with Health IT Systems is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 Unported license.

Working with Health IT Systems is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 Unported license. Working with Health IT Systems is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 Unported license. Johns Hopkins University. Welcome to Quality Improvement: Data Quality Improvement.

More information

A Quality Assurance Framework for Ontology Construction and Refinement

A Quality Assurance Framework for Ontology Construction and Refinement A Quality Assurance Framework for Ontology Construction and Refinement Mamoru Ohta, Kouji Kozaki and Riichiro Mizoguchi Abstract The quality of an ontology is an important factor that determines its utility.

More information

Evaluation and Design Issues of Nordic DC Metadata Creation Tool

Evaluation and Design Issues of Nordic DC Metadata Creation Tool Evaluation and Design Issues of Nordic DC Metadata Creation Tool Preben Hansen SICS Swedish Institute of computer Science Box 1264, SE-164 29 Kista, Sweden preben@sics.se Abstract This paper presents results

More information

A Virtual Laboratory for Study of Algorithms

A Virtual Laboratory for Study of Algorithms A Virtual Laboratory for Study of Algorithms Thomas E. O'Neil and Scott Kerlin Computer Science Department University of North Dakota Grand Forks, ND 58202-9015 oneil@cs.und.edu Abstract Empirical studies

More information

These Are the Top Languages for Enterprise Application Development

These Are the Top Languages for Enterprise Application Development These Are the Top Languages for Enterprise Application Development And What That Means for Business August 2018 Enterprises are now free to deploy a polyglot programming language strategy thanks to a decrease

More information

MAPIR User Guide for Eligible Hospitals. Medical Assistance Provider Incentive Repository (MAPIR): User Guide for Eligible Hospitals

MAPIR User Guide for Eligible Hospitals. Medical Assistance Provider Incentive Repository (MAPIR): User Guide for Eligible Hospitals Medical Assistance Provider Incentive Repository (MAPIR): User Guide for Eligible Hospitals Version: 1.0 Original Version Date: 02/23/2018 Last Revision Date: 02/23/2018 Table of Contents Table of Contents

More information

Automated data entry system: performance issues

Automated data entry system: performance issues Automated data entry system: performance issues George R. Thoma, Glenn Ford National Library of Medicine, Bethesda, Maryland 20894 ABSTRACT This paper discusses the performance of a system for extracting

More information

Reversible Anonymization of DICOM Images Using Automatically Generated Policies

Reversible Anonymization of DICOM Images Using Automatically Generated Policies Medical Informatics in a United and Healthy Europe K.-P. Adlassnig et al. (Eds.) IOS Press, 2009 2009 European Federation for Medical Informatics. All rights reserved. doi:10.3233/978-1-60750-044-5-861

More information

Unit 7. Functions. Need of User Defined Functions

Unit 7. Functions. Need of User Defined Functions Unit 7 Functions Functions are the building blocks where every program activity occurs. They are self contained program segments that carry out some specific, well defined task. Every C program must have

More information

Key Insights and Top Tips on Engaging with OTAs. Informed by Fáilte Ireland meetings with a number of leading OTAs

Key Insights and Top Tips on Engaging with OTAs. Informed by Fáilte Ireland meetings with a number of leading OTAs Key Insights and Top Tips on Engaging with OTAs Informed by Fáilte Ireland meetings with a number of leading OTAs Key insights for engagement with OTAs 3. Have key questions ready for OTA engagement There

More information

Note: The default password for all Professional programs is hhgold (lowercase).

Note: The default password for all Professional programs is hhgold (lowercase). Getting Started To start Professional, double-click the following icon. The first form Professional displays is the Password screen. Enter your password here. See the Change Password section below on how

More information

Media centre Electromagnetic fields and public health: mobile phones

Media centre Electromagnetic fields and public health: mobile phones Media centre Electromagnetic fields and public health: mobile phones Fact sheet N 193 Reviewed October 2014 Key facts Mobile phone use is ubiquitous with an estimated 6.9 billion subscriptions globally.

More information

2017 Inpatient Telemedicine Study

2017 Inpatient Telemedicine Study 2017 Inpatient Telemedicine Study www.himssanalytics.com Enabling better health through information technology. Telemedicine Study Introduction The concept of telemedicine - meaning the transfer of medical

More information

A Virtual Repository Approach to Clinical and Utilization Studies: Application in Mammography as Alternative to a National Database

A Virtual Repository Approach to Clinical and Utilization Studies: Application in Mammography as Alternative to a National Database A Virtual Repository Approach to Clinical and Utilization Studies: Application in Mammography as Alternative to a National Database Lucila Ohno-Machado, M.D., M.H.A., Ph.D., Aziz A. Boxwala, M.B.B.S.,

More information

Note: The higher the resolution, the less top to bottom and side to side scrolling is required to see the entire screen. Consider using 1280 by 1024

Note: The higher the resolution, the less top to bottom and side to side scrolling is required to see the entire screen. Consider using 1280 by 1024 1 2 Note: The higher the resolution, the less top to bottom and side to side scrolling is required to see the entire screen. Consider using 1280 by 1024 pixels if you can. 3 4 5 6 To obtain the HNFS System

More information

Rural Health Care Pilot Program. Program Update October 8, 2009

Rural Health Care Pilot Program. Program Update October 8, 2009 Rural Health Care Pilot Program Program Update October 8, 2009 1 Background September 2006 Pilot Program Order (FCC 06-144) Announces and seeks applications for Pilot Program. Participants eligible to

More information

Robin Dale RLG

Robin Dale RLG Robin Dale RLG Robin.Dale@notes.rlg.org Diversity of applications (commercial, home-grown, operational, etc.) in the organization, structure and encoding of documents and data Complexity varies greatly

More information

NHS WALES INFORMATICS SERVICE DATA QUALITY ASSURANCE NATIONAL STATISTICS

NHS WALES INFORMATICS SERVICE DATA QUALITY ASSURANCE NATIONAL STATISTICS NHS WALES INFORMATICS SERVICE DATA QUALITY ASSURANCE NATIONAL STATISTICS Version: 2.0 Date: 3 rd November 2016 Document History Document Location The source of the document will be found on the Programme

More information

Citrix SCOM Management Pack for XenServer

Citrix SCOM Management Pack for XenServer Citrix SCOM Management Pack for XenServer May 21, 2017 Citrix SCOM Management Pack 2.25 for XenServer Citrix SCOM Management Pack 2.24 for XenServer Citrix SCOM Management Pack 2.23 for XenServer Citrix

More information

A Model for Interactive Web Information Retrieval

A Model for Interactive Web Information Retrieval A Model for Interactive Web Information Retrieval Orland Hoeber and Xue Dong Yang University of Regina, Regina, SK S4S 0A2, Canada {hoeber, yang}@uregina.ca Abstract. The interaction model supported by

More information

Medical Assistance Provider Incentive Repository. User Guide. For Eligible Professionals

Medical Assistance Provider Incentive Repository. User Guide. For Eligible Professionals Medical Assistance Provider Incentive Repository User Guide For Eligible Professionals February 25, 2013 Table of Contents Introduction...1 Before You Begin...2 Complete your R&A registration.... 2 Identify

More information

Monarch General Capabilities Overview EMPOWERING ENABLING CONNECTING

Monarch General Capabilities Overview EMPOWERING ENABLING CONNECTING Monarch General Capabilities Overview EMPOWERING ENABLING CONNECTING Executive Summary Monarch is a data translation, interface engine and routing solution for enterprise and system owners. Whether your

More information

OPTIMIZATION MAXIMIZING TELECOM AND NETWORK. The current state of enterprise optimization, best practices and considerations for improvement

OPTIMIZATION MAXIMIZING TELECOM AND NETWORK. The current state of enterprise optimization, best practices and considerations for improvement MAXIMIZING TELECOM AND NETWORK OPTIMIZATION The current state of enterprise optimization, best practices and considerations for improvement AOTMP.com The Next Evolution of Telecom Management OVERVIEW As

More information

ebook library PAGE 1 HOW TO OPTIMIZE TRANSLATIONS AND ACCELERATE TIME TO MARKET

ebook library PAGE 1 HOW TO OPTIMIZE TRANSLATIONS AND ACCELERATE TIME TO MARKET ebook library PAGE 1 HOW TO OPTIMIZE TRANSLATIONS AND ACCELERATE TIME TO MARKET Aligning people, process and technology to improve quality and speed to market To succeed in the global business arena, companies

More information

Presenter(s): Greg Hill. Topic Experience Actionable Data with Mirth. Level 200

Presenter(s): Greg Hill. Topic Experience Actionable Data with Mirth. Level 200 Presenter(s): Greg Hill Topic Experience Actionable Data with Mirth Level 200 Safe Harbor Provisions/Legal Disclaimer This presentation may contain forward-looking statements within the meaning of the

More information

Figure 2. Example of the query user interface. Q uery U ser Interface. C ontext Extraction. Figure 1. H IN T architecture.

Figure 2. Example of the query user interface. Q uery U ser Interface. C ontext Extraction. Figure 1. H IN T architecture. The Cognitive Demands of an Innovative Query User Interface Di Wang *, M.D., David R. Kaufman *, Ph.D., Eneida A. Mendonça *, M.D., Yoon-Ho Seol *, MS, Stephen B. Johnson *, Ph.D., James J. Cimino *, M.D.

More information

Version 2018, What s New?

Version 2018, What s New? Version 2018, What s New? Contents Reminders!...2 Medicare MBI...3 Reports (2018.2)...3 MDS 3.0 (2018.2)...3 MDS 3.0 and Care Area Assessment (2018.3)...3 Billing...4 Billing Pre-Billing Resident Census

More information

An Interactive Web based Expert System Degree Planner

An Interactive Web based Expert System Degree Planner An Interactive Web based Expert System Degree Planner Neil Dunstan School of Science and Technology University of New England Australia ph: +61 2 67732350 fax: +61 2 67735011 neil@cs.une.edu.au ABSTRACT

More information

A WEB-BASED TOOLKIT FOR LARGE-SCALE ONTOLOGIES

A WEB-BASED TOOLKIT FOR LARGE-SCALE ONTOLOGIES A WEB-BASED TOOLKIT FOR LARGE-SCALE ONTOLOGIES 1 Yuxin Mao 1 School of Computer and Information Engineering, Zhejiang Gongshang University, Hangzhou 310018, P.R. China E-mail: 1 maoyuxin@zjgsu.edu.cn ABSTRACT

More information

Project Report. Prepared for: Dr. Liwen Shih Prepared by: Joseph Hayes. April 17, 2008 Course Number: CSCI

Project Report. Prepared for: Dr. Liwen Shih Prepared by: Joseph Hayes. April 17, 2008 Course Number: CSCI University of Houston Clear Lake School of Science & Computer Engineering Project Report Prepared for: Dr. Liwen Shih Prepared by: Joseph Hayes April 17, 2008 Course Number: CSCI 5634.01 University of

More information

Semantic interoperability, e-health and Australian health statistics

Semantic interoperability, e-health and Australian health statistics Semantic interoperability, e-health and Australian health statistics Sally Goodenough Abstract E-health implementation in Australia will depend upon interoperable computer systems to share information

More information

Clinical Optimization

Clinical Optimization Clinical Optimization Learning Objectives Uses of the Alt Key User Preferences to customize Accuro for you Home Section Tips Shortcut Keys and their functions Virtual Chart tips Use of the ALT Key Alt+

More information

THE USE OF PARTNERED USABILITY TESTING TO HELP TO IDENTIFY GAPS IN ONLINE WORK FLOW

THE USE OF PARTNERED USABILITY TESTING TO HELP TO IDENTIFY GAPS IN ONLINE WORK FLOW THE USE OF PARTNERED USABILITY TESTING TO HELP TO IDENTIFY GAPS IN ONLINE WORK FLOW Dianne Davis Fishbone Interactive Gordon Tait Department of Surgery, University of Toronto Cindy Bruce-Barrett Strategic

More information

A Step-Wise Evaluation of Three Commonly used Statistical Packages in Institutional Research

A Step-Wise Evaluation of Three Commonly used Statistical Packages in Institutional Research A Step-Wise Evaluation of Three Commonly used Statistical Packages in Institutional Research Introduction Over the course of summer 2014, a conversation regarding statistical software packages emerged

More information

The Clinical Data Repository Provides CPR's Foundation

The Clinical Data Repository Provides CPR's Foundation Tutorials, T.Handler,M.D.,W.Rishel Research Note 6 November 2003 The Clinical Data Repository Provides CPR's Foundation The core of any computer-based patient record system is a permanent data store. The

More information

Controlled Medical Vocabulary in the CPR Generations

Controlled Medical Vocabulary in the CPR Generations Tutorials, B. Hieb, M.D. Research Note 5 November 2003 Controlled Medical Vocabulary in the CPR Generations A CMV capability becomes progressively more important as computer-based patient record systems

More information

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

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

More information

EBSCO Publishing Health Library Editorial Policy

EBSCO Publishing Health Library Editorial Policy EBSCO Publishing Health Library Editorial Policy Introduction EBSCO Publishing is a leader in publishing health and medical information on the Internet. While we make every effort to ensure that our content

More information

Analysis of the Central District Clinic

Analysis of the Central District Clinic Analysis of the Central District Clinic &6( Project 4 will require the creation of a database system to support the operation of a fictitious health clinic in downtown Seattle by studying how an organization

More information

Usability: An Introduction

Usability: An Introduction Usability: An Introduction Joseph Kannry, MD Lead Technical Informaticist Mount Sinai Health System Professor Medicine Icahn School of Medicine at Mount Sinai Defining Usability Usability has been studied

More information

Course Outline and Objectives: Database Programming with SQL

Course Outline and Objectives: Database Programming with SQL Introduction to Computer Science and Business Course Outline and Objectives: Database Programming with SQL This is the second portion of the Database Design and Programming with SQL course. In this portion,

More information

User Scripting April 14, 2018

User Scripting April 14, 2018 April 14, 2018 Copyright 2013, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and

More information

Mobility-Aware Real-Time Scheduling for Low-Power Wireless Networks

Mobility-Aware Real-Time Scheduling for Low-Power Wireless Networks IEEE 35 th International Conference on Computer Communications (INFOCOM 16) 10-15 April 2016 San Francisco,, USA Mobility-Aware Real-Time Scheduling for Low-Power Wireless Networks Behnam Dezfouli Marjan

More information