Guest Article: What will make healthcare software usable?

Size: px
Start display at page:

Download "Guest Article: What will make healthcare software usable?"

Transcription

1 (From: Guest Article: What will make healthcare software usable? Last month I posted several entries about how difficult most healthcare software is to use those articles garnered lots of yes, you re right type of comments along with a number of s asking for help on how to improve usability. Usability describes the "ability to use" something the goal for a usable system is to make it easy to use. Given how hard it is to actually make something easy to use (yes, ironic), I invited an expert in this field Paul Nuschke, a usability specialist at Electronic Ink to write about what it takes to make software usable, with emphasis on healthcare IT systems. Paul went beyond a simple introduction to the field and gives specific advice to software designers; it s clear these guys know what they are doing. If you re building a new EMR (and hey, we have billions of dollars to spend now so what are you waiting for?) please take Paul s advice: In a previous post on this blog, three prototypes compared simple experiences using Apple and Google products with the complicated experience found in Healthcare Information Systems (HIS). However, the diagrams begged the question: if an application cannot be as simple as a search field and a Submit button, how can they be usable? Is simplicity the only way to make usable software? Fortunately, practitioners in the design and usability field have been studying this problem for a long time. In this article, I am going to summarize three essential attributes of usable software that apply to HISs and Electronic Health Records (EHR). To be considered usable, applications should be easy to learn, efficient, and they should prevent errors. Easy to learn Imagine a nurse logging into an EHR application for the first time. Does he or she know what to do next? Or does the nurse need a day of training before being able to start? What about a rotating physician or a per diem nurse who uses a system once every few months? Can they remember how to use it? With EHRs, your medical providers most likely need training, they commonly forget key system terminology, and they probably forget how to use key portions of the system. Why does this happen? Briefly, it happens because those systems require providers to learn about the system. The systems force providers to learn new vocabulary, workflows, and annoying number of system quirks. Instead of being a tool that supports patient care, these systems can disrupt and change the way that care is delivered. Well-designed software is easy to learn and allows its users to get work done right away. Imagine for a moment an alternative, easy-to-learn system that meets the following requirements: Uses terminology already familiar to users

2 Does not force users to memorize system codes, phrases, and terminology (e.g., see image below) Allows users to follow familiar task flows Does not require users to recall lengthy procedures that are not familiar to them Hides systems processes that are irrelevant to the user Shows icons and images that users can readily identify Presents both textual and graphic information in a clear way Reduces the amount of information clutter Provides intuitive ways to navigate through the application Gives users help exactly where they need it Allows users to explore and make errors without severe consequences Figure 1: What are "Delayed Orders"? Why are certain orders blue? Why are CAPS used? These all require users to learn. When an application fails to deliver on each of these requirements, it becomes cumbersome, complicated and difficult to use. To put it another way: if you are a patient do you want your providers using a system that doesn t meet these requirements? Unfortunately, instead of fixing the problems, most EHR companies like to explain that their software is complicated. They have convinced CIO s and CTO s that training can overcome any confusion and is a necessary part of any complex system. In the design community, we see training as a symptom of poorly designed software. The reason is rather simple applications require training because they do not work in a way that most people find intuitive and they contain information and terminology that does not make sense to users. Efficient How quickly and easily can users complete their tasks? Efficient applications are not only technically sound, supporting quick page load times, but they also provide an optimal task flow for both novice

3 and expert users and a visual design that facilitates quick understanding and information retrieval. Unfortunately, EHRs are anything but efficient. Providers often spend more time documenting their patient care, and less time actually providing that care, than when they used paper records. In the design world, since nearly every application has some type of data entry form, a set of best practices has evolved about how to design efficient forms. Given the importance of the data entry part of the process, you would think that EHRs would be at the cutting edge of form design. Instead, you have forms that use the wrong input fields and that suffer from poor layout, lack of shortcuts (e.g., using tab to advance), and many other issues. Making matters worse, once information is in the system, providers and administrators have a lot of difficulty finding it. Why? Because EHR developers have spent virtually no time trying to format or organize the information in a way that makes sense. How can you tell? The systems display the information using logic that is similar to the database structures that contain it, resulting in two approaches. The worst approach is to dump all of the information onto one page, forcing providers to sift through hundreds of fields often irrelevant to their current task. Or they group the information by data type (e.g., prescriptions), placing each group on a separate tab (see figure below). This tab system forces users to navigate and recall information from multiple tabs. Not only does this additional cognitive load reduce efficiency, but it can also lead providers into making costly errors. Figure 2: Is this a good use of space? What is currently happening with this patient? Oh, that s on a separate screen.

4 Given how far current systems are from supporting efficient work, you might be wondering what one looks like. Consider the simplistic example of Google s search. Novices know that they can simply type text into the textbox and press Google Search. Eventually these users learn that entering more search terms narrows the results. They might also learn that they can use modifiers like OR and define: to further narrow results. Recognizing that users need help constructing searches and spelling certain words, after they begin typing Google provides a list of suggestions that further helps users refine their search: Figure 3: Google suggesting searches. Note how it doesn t force you to choose one. What can more complicated applications learn from this interface? Translating these characteristics into general requirements, an efficient system: Allows users to follow familiar task flows (e.g., enter text in textbox and click button or press Return) Does not require users to recall lengthy, unfamiliar procedures (e.g., registering before use) Hides systems processes that are irrelevant to the user (e.g., database query language) Presents both textual and graphic information in a way that is clear Reduces the amount of information clutter where possible (e.g., the copious white space on every Google page) Provides intuitive ways to navigate through the application (e.g., Next buttons on the search results page) Provides shortcuts for advanced users (e.g., define: ), while providing more obvious mechanisms for novices to accomplish the same tasks (e.g., simply searching) Provides decision support tools that aid rather than force decision making (e.g., drop-down list with suggestions)

5 Prioritizes information in a way that supports tasks (e.g., best result listed first) In these requirements, note the overlap between efficiency and learnable systems. This is not an accident: Learnable systems are almost always more efficient, especially for novice and intermediate users. Moreover, learnable systems are less prone to errors, my next topic. Prevent Errors Consider Dennis Quaid s well-known case: when his twin infants were being treated in the hospital for a staph infection, they were both accidentally given the adult dose of a blood thinner that was 1000 times higher than standard for infants. The same error had happened at another hospital with six infants, where three infants died. What circumstances led the medical providers to make this mistake? How could the same error type happen repeatedly? The packagings for the different doses of medication were nearly identical, causing providers to confuse the different doses even when they were being vigilant. This persistence is one indicator of a particularly onerous usability problem. IT practitioners have become accustomed to thinking of errors in terms of system crashes and pop-up messages with arcane system terminology like Error Number: Please try again. For medical providers, discussion about errors involves medical errors, like when a surgeon operates on the wrong body part, or as in the example above, when the wrong dosage of a medication is given. In the usability field, we have a more expansive definition: errors happen every time an action does not result in the desired outcome. Through our research, we know that behind these errors is a system or a process that virtually assures an error is going to happen. Designs that do not take into account human limitations and context-of-use will always lead to errors. For example, suppose that you designed the following form: How can such a simple form create errors? Because it requires users to recall which date format they need to use. Is it mmddyyyy, mm/dd/yy, or if you re European, dd/mm/yy? How does the system recover from your error? Does it wipe out all of your data and force you to start all over again? As in the Dennis Quaid case, errors also occur when people misinterpret information. In particular, the form in which data is presented can greatly affect how people interpret it. Consider the following Order Details text box from VistA:

6 Figure 4 This Orders Details screen broaches a number of questions. What was this order? Was it completed? Why was the attending physician listed so prominently? Why was it formatted in plain text? What does >> mean? Why are certain bits of information in CAPS? Why is Order Text indented? This screen essentially a dump of information contained in the database. Imagine being a tired and hurried physician trying to wade through it to find the piece of relevant information. What if they miss unreleased? Maybe the patient sits in their bed for an extra two hours because the physician forgot to sign the order. While catastrophic medical errors get news attention, providers typically experience many of these small errors in a given day. We don t hear about these smaller errors very often for two reasons. First, users often attribute the problem to their failure to remember the system s rules (e.g., I should ve remembered that date format! ). Second, amazingly, many hospitals are contractually obligated not to talk about the errors. In any case, these errors add up to decreased efficiency, lost income, distrust of the system, frustration amongst providers, and worsened patient care. Preventing errors, improving efficiency, and making the systems easier to learn is a tall order for the EHR industry. As this blog attests, there are several roadblocks including interoperability and system architecture that stand in the way. However, with more attention to design and usability, EHR vendors can make large and immediate strides towards improving their systems. Should they need help, there is

7 an entire design industry that has been underutilized and that is, believe it or not, even excited to help improve these applications.

Intellect Platform - Tables and Templates Basic Document Management System - A101

Intellect Platform - Tables and Templates Basic Document Management System - A101 Intellect Platform - Tables and Templates Basic Document Management System - A101 Interneer, Inc. 4/12/2010 Created by Erika Keresztyen 2 Tables and Templates - A101 - Basic Document Management System

More information

EHR Usability: How to Recognize It and Where to Find It WHITE PAPER

EHR Usability: How to Recognize It and Where to Find It WHITE PAPER EHR Usability: How to Recognize It and Where to Find It WHITE PAPER Contents Executive Summary 3 EHR usability is the key to physician productivity 3 The burden of the unfinished note 4 How to define usability

More information

White Paper: Designing Resourceful Graphical User Interfaces (GUIs) for Healthcare Applications

White Paper: Designing Resourceful Graphical User Interfaces (GUIs) for Healthcare Applications Accelerate Development Reduce Time to Product Automate Critical Tasks White Paper: Designing Resourceful Graphical User Interfaces (GUIs) for Healthcare Applications The ASHVINS GROUP, Inc. 6161 Blue Lagoon

More information

Virtual Heart User Manual Username Password

Virtual Heart User Manual Username Password Virtual Heart User Manual Username Password These instructions are meant to help you use the Virtual Heart website. Please write down your username and password and store them in a safe place in case you

More information

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Interneer, Inc. Updated on 2/22/2012 Created by Erika Keresztyen Fahey 2 Workflow - A102 - Basic HelpDesk Ticketing System

More information

Programming in Access VBA

Programming in Access VBA PART I Programming in Access VBA In this part, you will learn all about how Visual Basic for Applications (VBA) works for Access 2010. A number of new VBA features have been incorporated into the 2010

More information

Screen Design : Navigation, Windows, Controls, Text,

Screen Design : Navigation, Windows, Controls, Text, Overview Introduction Fundamentals of GUIs Screen Design : Navigation, Windows, Controls, Text, Evaluating GUI Performance - Methods - Comparison 1 Example: Automotive HMI (CAR IT 03/2013) 64, 68, 69 2

More information

Microsoft Query, the helper application included with Microsoft Office, allows

Microsoft Query, the helper application included with Microsoft Office, allows 3 RETRIEVING ISERIES DATA WITH MICROSOFT QUERY Microsoft Query, the helper application included with Microsoft Office, allows Office applications such as Word and Excel to read data from ODBC data sources.

More information

Electronic Medical Record Workflow Management: The Workflow of Workflow

Electronic Medical Record Workflow Management: The Workflow of Workflow Electronic Medical Record Workflow Management: The Workflow of Workflow White Paper By Charles W. Webster, MD, MSIE, MSIS EHRI 2000 RiverEdge Parkway GL 100A Atlanta, GA 30328 770.919.7220 www.encounterpro.com

More information

Intellect Platform - Parent-Child relationship Basic Expense Management System - A103

Intellect Platform - Parent-Child relationship Basic Expense Management System - A103 Intellect Platform - Parent-Child relationship Basic Expense Management System - A103 Interneer, Inc. Updated 2/29/2012 Created by Erika Keresztyen Fahey 2 Parent-Child relationship - A103 - Basic Expense

More information

A Long Way to Go for EMR Usability By: Jessica Green

A Long Way to Go for EMR Usability By: Jessica Green Topic Overview & Introduction: A Long Way to Go for EMR Usability By: Jessica Green With the ever increasing implementation of Electronic Medical and Health Records (EMR and EHR) systems into hospitals,

More information

Tips for clear websites

Tips for clear websites Plain English Campaign: Tips for clear websites Copyright Plain English Campaign Tips for clear websites This is only a basic guide. If you have any suggestions, corrections or improvements, please contact

More information

Finding and Opening Documents

Finding and Opening Documents In this chapter Learn how to get around in the Open File dialog box. See how to navigate through drives and folders and display the files in other folders. Learn how to search for a file when you can t

More information

The Lukens Company Turning Clicks into Conversions: How to Evaluate & Optimize Online Marketing Channels

The Lukens Company Turning Clicks into Conversions: How to Evaluate & Optimize Online Marketing Channels The Lukens Company Turning Clicks into Conversions: How to Evaluate & Optimize Online Marketing Channels Turning Clicks into Conversions: How to Evaluate & Optimize Online Marketing Channels We ve all

More information

5 RULES to help your next website avoid the mistakes of Healthcare.gov s launch

5 RULES to help your next website avoid the mistakes of Healthcare.gov s launch 5 RULES to help your next website avoid How to apply general design principles in a healthcare-savvy manner June 18, 2014 MEDULLAN, INC. 625 Mount Auburn St., Suite 201 Cambridge, MA 02138 The launch of

More information

Introduction to Open Atrium s workflow

Introduction to Open Atrium s workflow Okay welcome everybody! Thanks for attending the webinar today, my name is Mike Potter and we're going to be doing a demonstration today of some really exciting new features in open atrium 2 for handling

More information

Making the EHR Switch

Making the EHR Switch Making the EHR Switch If you are contemplating the move to a new electronic health record (EHR) solution, you are not alone. A 2013 survey by Black Book Rankings* shows that nearly one in six medical practices

More information

So you want to create an Email a Friend action

So you want to create an Email a Friend action So you want to create an Email a Friend action This help file will take you through all the steps on how to create a simple and effective email a friend action. It doesn t cover the advanced features;

More information

AN ANALYSIS OF THE USE OF WEB DESIGN CONVENTIONS IN COMPANY WEBSITES

AN ANALYSIS OF THE USE OF WEB DESIGN CONVENTIONS IN COMPANY WEBSITES AN ANALYSIS OF THE USE OF WEB DESIGN CONVENTIONS IN COMPANY WEBSITES James J. Cappel, Central Michigan University, james.cappel@cmich.edu Zhenyu Huang, Central Michigan University, huang1z@cmich.edu ABSTRACT

More information

How to Make Money with Google Adwords. For Cleaning Companies. H i tm a n. Advertising

How to Make Money with Google Adwords. For Cleaning Companies. H i tm a n. Advertising How to Make Money with Google Adwords For Cleaning Companies. H i tm a n Advertising Target Clients Profitably Google Adwords can be one of the best returns for your advertising dollar. Or, it could be

More information

Tired of running to the post office and the bank to get your customers payments

Tired of running to the post office and the bank to get your customers payments Getting Paid With QuickBooks Payments APPENDIX E Tired of running to the post office and the bank to get your customers payments into your bank account? Fortunately, Intuit s new electronic payment subscription

More information

Usability Test Results

Usability Test Results Usability Test Results Task: Starting Position: 1 Home Scene Lauren DiVito March 6, 2014 Moderator Script: Evaluation Measures: Notes to Moderator: Task: Starting Position: Moderator Script: Evaluation

More information

WRS CLIENT CASE STUDIES

WRS CLIENT CASE STUDIES Texas Ob/Gyn Practice Leverages Patient Portal to Connect with Patients The number one question people ask me is, When did I have my PAP test? Now they can go back and see when they had the test and the

More information

WHITE PAPER. The 7 Deadly Sins of. Dashboard Design

WHITE PAPER. The 7 Deadly Sins of. Dashboard Design WHITE PAPER The 7 Deadly Sins of Dashboard Design Overview In the new world of business intelligence (BI), the front end of an executive management platform, or dashboard, is one of several critical elements

More information

Transforming Healthcare in Emerging Markets with EMR adoption

Transforming Healthcare in Emerging Markets with EMR adoption Transforming Healthcare in Emerging Markets with EMR adoption Author Ann Geo Thekkel User Experience. Accenture, India Ann.geothekkel@accenture.com Abstract Compromising 24 countries, 35 percent of the

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.2 Content Author's Reference and Cookbook Rev. 091019 Sitecore CMS 6.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

SPECIAL REPORT INFUSIONSOFT: 7 KEYS TO TOP RESULTS. What s Inside? OVERVIEW KEY # 1: RESPECT YOUR AUDIENCE

SPECIAL REPORT INFUSIONSOFT: 7 KEYS TO TOP RESULTS. What s Inside? OVERVIEW KEY # 1: RESPECT YOUR AUDIENCE SPECIAL REPORT INFUSIONSOFT: 7 KEYS TO TOP RESULTS OVERVIEW You have your data imported, some follow-up sequences, and some initial results with Infusionsoft. Now what? Infusionsoft is a powerful product,

More information

How To Design An Ehr System

How To Design An Ehr System The role of design in EHR systems Kevin Richardson received his Ph.D. in Cognitive Psychology in 1991 from the State University of New York at Buffalo. After two years designing interactive training systems

More information

Creating User-Friendly Web Sites

Creating User-Friendly Web Sites Creating User-Friendly Web Sites ADA National Network Knowledge Translation University of Washington Funded by NIDRR Grant # H133A11014 Table of Contents I. Information Architecture... 3 Organization...3

More information

Usability Test Script

Usability Test Script Usability Test Script Session 1 [date & time] [participant s name and location] [investigator s names] Step 1. Introducing yourself & read instructions Hi, my name is [ ] and I m going to be walking you

More information

5 PLACES IN YOUR HOSPITAL WHERE ENTERPRISE CONTENT MANAGEMENT CAN HELP

5 PLACES IN YOUR HOSPITAL WHERE ENTERPRISE CONTENT MANAGEMENT CAN HELP 5 PLACES IN YOUR HOSPITAL WHERE ENTERPRISE CONTENT MANAGEMENT CAN HELP WHAT IS ECM AND WHY MIGHT YOU NEED IT? Although technology continues to improve how healthcare organizations share information both

More information

TMD Friction IT Helpdesk

TMD Friction IT Helpdesk TMD Friction IT Helpdesk USER MANUAL TMD Friction UK, MIS Department Published: Monday, 09 January 2012 2:30 PM Contents Our global helpdesk Creating your new account My home screen My Profile I need help

More information

The first program: Little Crab

The first program: Little Crab CHAPTER 2 The first program: Little Crab topics: concepts: writing code: movement, turning, reacting to the screen edges source code, method call, parameter, sequence, if-statement In the previous chapter,

More information

Harnessing the Untapped Potential of EHR Systems

Harnessing the Untapped Potential of EHR Systems CASE STUDY Harnessing the Untapped Potential of EHR Systems TalkChart Transforms the Documentation Efficiency of the Child & Adolescent Psychiatry Department of a Large Academic Institution Electronic

More information

Test of English for Aviation. Guide for: Test-takers & Teachers

Test of English for Aviation. Guide for: Test-takers & Teachers Guide for: Test-takers & Teachers What is the TEA test? TEA is a test of your ability to communicate in English it is not a test of your operational knowledge. TEA is a test of plain English in an aviation

More information

The Role of Design in the Design of EMR Systems

The Role of Design in the Design of EMR Systems The Role of Design in the Design of EMR Systems By: Kevin Richardson, PhD The recent Healthcare Information and Management Systems Society (HIMSS) report, Defining and Testing EMR Usability: Principles

More information

Tired of running to the post office and the bank to get your customers payments

Tired of running to the post office and the bank to get your customers payments Getting Paid With QuickBooks Payments APPENDIX E Tired of running to the post office and the bank to get your customers payments into your bank account? Fortunately, Intuit s electronic payment subscription

More information

EHRs and Contexts of Use

EHRs and Contexts of Use 2 EHRs and Contexts of Use A Providers Perspective on EHR User Experience Presented by March 2013 1 EHRs and Contexts of Use It s not a new concept. Most modern EHRs, descending from products designed

More information

Using the Mindjet Platform and Templates for Marketing Launch Plans

Using the Mindjet Platform and Templates for Marketing Launch Plans Using the Mindjet Platform and Templates for Marketing Launch Plans Marketing organizations work in increasingly dynamic environments that demand them to be more agile, more responsive and more impactful.

More information

Service Description and Expectations. September 2010

Service Description and Expectations. September 2010 Service Description and Expectations September 2010 If no custom design features are requested, the package includes the following elements: Service Element Pages: Up to 5 Included Design Consultation:

More information

Top 5 Mistakes Made with Inventory Management for Online Stores

Top 5 Mistakes Made with Inventory Management for Online Stores Top 5 Mistakes Made with Inventory Management for Online Stores For any product you sell, you have an inventory. And whether that inventory fills dozens of warehouses across the country, or is simply stacked

More information

WRS CLIENT CASE STUDIES

WRS CLIENT CASE STUDIES Of the EMR choices, I don t think any of them will work for an ophthalmology practice as well as WRS. Ramapo Ophthalmology Associates Specializes in Ophthalmology Pomona, NY Futuristic EMR: The Eyes Have

More information

2 The first program: Little Crab

2 The first program: Little Crab 2 The first program: Little Crab topics: concepts: writing code: movement, turning, reacting to the screen edges source code, method call, parameter, sequence, if statement In the previous chapter, we

More information

Agent s Handbook. Your guide to satisfied customers

Agent s Handbook. Your guide to satisfied customers Agent s Handbook Your guide to satisfied customers Introduction LiveChat is a tool that facilitates communication between a company and its customers. Agents who wield that tool use it to make customers

More information

What you should know about: Windows 7. What s changed? Why does it matter to me? Do I have to upgrade? Tim Wakeling

What you should know about: Windows 7. What s changed? Why does it matter to me? Do I have to upgrade? Tim Wakeling What you should know about: Windows 7 What s changed? Why does it matter to me? Do I have to upgrade? Tim Wakeling Contents What s all the fuss about?...1 Different Editions...2 Features...4 Should you

More information

Email Mentoring Field Guide. Last Updated On: 1/30/2013 Created by the Learning & Organizational Development and Support Teams education@score.

Email Mentoring Field Guide. Last Updated On: 1/30/2013 Created by the Learning & Organizational Development and Support Teams education@score. Email Mentoring Field Guide Last Updated On: 1/30/2013 Created by the Learning & Organizational Development and Support Teams education@score.org Contents Quick Start Guide... 3 Overview of the Email Mentoring

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.5 Content Author's Reference and Cookbook Rev. 110621 Sitecore CMS 6.5 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Website Planning Questionnaire. Introduction. Thank you for your interest in the services of The Ultimate Answer!

Website Planning Questionnaire. Introduction. Thank you for your interest in the services of The Ultimate Answer! Website Planning Questionnaire Colleen Rice Nelson Introduction Thank you for your interest in the services of The Ultimate Answer! Every choice and decision you make concerning your website may or may

More information

10 Most Common Event App Adoption Killers

10 Most Common Event App Adoption Killers 10 Most Common Event App Adoption Killers YOUR COMPLETE GUIDE TO Avoiding the Top Ten Turnoffs All apps are not created equal. While many conferences, tradeshow and expos have found new levels of success

More information

EHR: Secrets of Successful Usability

EHR: Secrets of Successful Usability Prepared for: Macadamian Technologies No. of pages: 8 Audio recording Identification: 20130620_UnSalted 00:11:06 Transcript prepared by : Capital Transcription Services, Ottawa Canada Host: Lorraine Chapman,

More information

How to get the most out of Windows 10 File Explorer

How to get the most out of Windows 10 File Explorer How to get the most out of Windows 10 File Explorer 2 Contents 04 The File Explorer Ribbon: A handy tool (once you get used to it) 08 Gain a new perspective with the Group By command 13 Zero in on the

More information

Should I use a drop-down? Four steps for choosing form elements on the Web Sarah Miller and Caroline Jarrett

Should I use a drop-down? Four steps for choosing form elements on the Web Sarah Miller and Caroline Jarrett Should I use a drop-down? Four steps for choosing form elements on the Web Sarah Miller and Caroline Jarrett You are designing a form for the Web and you want to make it easy for your form user to choose

More information

How to save money with Document Control software

How to save money with Document Control software How to save money with Document Control software A guide for getting the most out of your investment in a document control software package and some tips on what to look out for By Christopher Stainow

More information

Creating and Using Forms in SharePoint

Creating and Using Forms in SharePoint Creating and Using Forms in SharePoint Getting started with custom lists... 1 Creating a custom list... 1 Creating a user-friendly list name... 1 Other options for creating custom lists... 2 Building a

More information

Cybage Electronic Medical Record (EMR) Usability

Cybage Electronic Medical Record (EMR) Usability White Paper Cybage Electronic Medical Record (EMR) Usability Table of Contents 01 1. Introduction 02 1.1 Usability Goals In EMR 03 1.2 Usability Principles In Action 03 1.2.1 Information Architecture 04

More information

WHY SOFTWARE IS SO HARD TO USE: HOW CUSTOMIZED SOLUTIONS CAN HELP

WHY SOFTWARE IS SO HARD TO USE: HOW CUSTOMIZED SOLUTIONS CAN HELP loading... WHY SOFTWARE IS SO HARD TO USE: HOW CUSTOMIZED SOLUTIONS CAN HELP COPYRIGHT 2014 WHY SOFTWARE IS SO HARD TO USE: HOW CUSTOMIZED SOLUTIONS CAN HELP There are few things more frustrating than

More information

SETTING UP THE NEW FACEBOOK BUSINESS PAGE DESIGN

SETTING UP THE NEW FACEBOOK BUSINESS PAGE DESIGN SETTING UP THE NEW FACEBOOK BUSINESS PAGE DESIGN CREATIVE After logging in and accessing your Facebook business page as an administrator, you ll be presented with the following message: Start Tour: Click

More information

Lakeside Medical Clinic

Lakeside Medical Clinic Dr. William Haver Lakeside Medical Clinic Busy, high-volume clinic streamlines care delivery with the EMR Saskatoon, Saskatchewan WWW.STUARTKASDORF.COM A family physician in Saskatoon, Dr. William Haver

More information

Streamline your supply chain with data. How visual analysis helps eliminate operational waste

Streamline your supply chain with data. How visual analysis helps eliminate operational waste Streamline your supply chain with data How visual analysis helps eliminate operational waste emagazine October 2011 contents 3 Create a data-driven supply chain: 4 paths to insight 4 National Motor Club

More information

Transcription. Founder Interview - Panayotis Vryonis Talks About BigStash Cloud Storage. Media Duration: 28:45

Transcription. Founder Interview - Panayotis Vryonis Talks About BigStash Cloud Storage. Media Duration: 28:45 Transcription Founder Interview - Panayotis Vryonis Talks About BigStash Cloud Storage Media Duration: 28:45 Feel free to quote any passage from this interview for your articles. Please reference cloudwards.net

More information

Accounting Basics. (Explanation)

Accounting Basics. (Explanation) Accounting Basics (Explanation) Your AccountingCoach PRO membership includes lifetime access to all of our materials. Take a quick tour by visiting www.accountingcoach.com/quicktour. Introduction to Accounting

More information

Microsoft Office Access 2007 Training

Microsoft Office Access 2007 Training Mississippi College presents: Microsoft Office Access 2007 Training Course contents Overview: Fast, easy, simple Lesson 1: A new beginning Lesson 2: OK, back to work Lesson 3: Save your files in the format

More information

Usability Heuristics for the Web. 1. Visibility of system status

Usability Heuristics for the Web. 1. Visibility of system status Page 1 sur 5 Register Domains[.com.net.org] for only $14.99 at Bluegenesis.com! Usability Related Articles Find Search List Departments List Topics Web Tools Guide Buy Software at the Web Tools Store Search

More information

Insight Guide. E-Learning Compliance. www.kineo.com

Insight Guide. E-Learning Compliance. www.kineo.com Insight Guide E-Learning Compliance LAST MENU BACK NEXT Insight Guide Overview The challenges of compliance training Questions to ask before you begin your design 20 minutes A new generation of design

More information

Introduction to MS WINDOWS XP

Introduction to MS WINDOWS XP Introduction to MS WINDOWS XP Mouse Desktop Windows Applications File handling Introduction to MS Windows XP 2 Table of Contents What is Windows XP?... 3 Windows within Windows... 3 The Desktop... 3 The

More information

Strategies for Gaining Physician Adoption

Strategies for Gaining Physician Adoption Strategies for Gaining Physician Adoption Nick Badenhop Manager of Information Services Physician Adoption Hospitals need effective strategies for setting physician expectations in order to gain user buy-in.

More information

ANDRA ZAHARIA MARCOM MANAGER

ANDRA ZAHARIA MARCOM MANAGER 10 Warning Signs that Your Computer is Malware Infected [Updated] ANDRA ZAHARIA MARCOM MANAGER MAY 16TH, 2016 6:05 Malware affects us all The increasing number of Internet users worldwide creates an equal

More information

platforms Android BlackBerry OS ios Windows Phone NOTE: apps But not all apps are safe! malware essential

platforms Android BlackBerry OS ios Windows Phone NOTE: apps But not all apps are safe! malware essential Best Practices for Smartphone Apps A smartphone is basically a computer that you can carry in the palm of your hand. Like computers, smartphones have operating systems that are often called platforms.

More information

Web Design Competition 2013. College of Computing Science, Department of Information Systems. New Jersey Institute of Technology

Web Design Competition 2013. College of Computing Science, Department of Information Systems. New Jersey Institute of Technology COMPETITION PURPOSE The Web is the most transformable invention of our time. This competition features the creation of high-quality, well-designed and original Websites, while seeking to identify and encourage

More information

Encoding Text with a Small Alphabet

Encoding Text with a Small Alphabet Chapter 2 Encoding Text with a Small Alphabet Given the nature of the Internet, we can break the process of understanding how information is transmitted into two components. First, we have to figure out

More information

LATHOM HOUSE SURGERY. Records Online Access. Online Electronic Medical Record Viewing Patient Information Leaflet

LATHOM HOUSE SURGERY. Records Online Access. Online Electronic Medical Record Viewing Patient Information Leaflet LATHOM HOUSE SURGERY Records Online Access Online Electronic Medical Record Viewing Patient Information Leaflet 1 Introduction : This practice is piloting a project that allows you to view your medical

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

More information

SAMPLE SECTIONS. The next page is the table of contents for the full book. Followed by a few excerpts.

SAMPLE SECTIONS. The next page is the table of contents for the full book. Followed by a few excerpts. SAMPLE SECTIONS Included are several sample sections from Designing Web Applications. They are pulled from different parts of the book. I hope you find them useful! The next page is the table of contents

More information

TOP 10 MOST COMMON MISTAKES MADE IN HANDLING YOUR OWN INJURY CLAIM

TOP 10 MOST COMMON MISTAKES MADE IN HANDLING YOUR OWN INJURY CLAIM TOP 10 MOST COMMON MISTAKES MADE IN HANDLING YOUR OWN INJURY CLAIM More times than not, your personal injury claim will be a battle with an insurance company. A highly trained adjuster will be assigned

More information

BLOGGING CRASH COURSE

BLOGGING CRASH COURSE BLOGGING CRASH COURSE HOW TO WRITE A BLOG POST (EVEN IF YOU DON T WANT TO). 2014 CoSchedule page 1 how to write a blog post 1. Write Quickly Write a headline. You can change it later. Write everything.

More information

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008 Microsoft Amarillo College Revision Date: July 30, 2008 Table of Contents GENERAL INFORMATION... 1 TERMINOLOGY... 1 ADVANTAGES OF USING A DATABASE... 2 A DATABASE SHOULD CONTAIN:... 3 A DATABASE SHOULD

More information

Questions that Ask Us 24/7 Public Librarians are hesitant to answer

Questions that Ask Us 24/7 Public Librarians are hesitant to answer Questions that Ask Us 24/7 Public Librarians are hesitant to answer Math Possible sites to help: Wolfram Alpha for Educators: http://www.wolframalpha.com/educators/lessonplans.html Wolfram Alpha Blog,

More information

Paper 10-27 Designing Web Applications: Lessons from SAS User Interface Analysts Todd Barlow, SAS Institute Inc., Cary, NC

Paper 10-27 Designing Web Applications: Lessons from SAS User Interface Analysts Todd Barlow, SAS Institute Inc., Cary, NC Paper 10-27 Designing Web Applications: Lessons from SAS User Interface Analysts Todd Barlow, SAS Institute Inc., Cary, NC ABSTRACT Web application user interfaces combine aspects of non-web GUI design

More information

A Guide to using egas Lead Applicant

A Guide to using egas Lead Applicant A Guide to using egas Lead Applicant egas Browsers and Browser Settings Logging In Passwords Navigation Principles Your Contact Details Tasks Overview Completing Tasks egas The Health and Care Research

More information

Muhammad F Walji PhD and Jiajie Zhang PhD The University of Texas Health Science Center at Houston

Muhammad F Walji PhD and Jiajie Zhang PhD The University of Texas Health Science Center at Houston Muhammad F Walji PhD and Jiajie Zhang PhD The University of Texas Health Science Center at Houston AMIA Usability Task Force HIMSS Usability Task Force Jiajie Zhang, Amy Franklin, Juhan Sonin original

More information

To use MySQL effectively, you need to learn the syntax of a new language and grow

To use MySQL effectively, you need to learn the syntax of a new language and grow SESSION 1 Why MySQL? Session Checklist SQL servers in the development process MySQL versus the competition To use MySQL effectively, you need to learn the syntax of a new language and grow comfortable

More information

User Guide. Chapter 6. Teacher Pages

User Guide. Chapter 6. Teacher Pages User Guide Chapter 6 s Table of Contents 1. Introduction... 4 I. Enhancements... 5 II. Tips... 6 2. Key Information... 7 3. How to Add a... 8 4. How to Edit... 10 I. SharpSchool s WYSIWYG Editor... 11

More information

Harvard Graduate School of Design: Heuristic Evaluation Report

Harvard Graduate School of Design: Heuristic Evaluation Report Harvard Graduate School of Design: Heuristic Evaluation Report Allison Hall LIS 644 Usability Theory and Practice Pratt SILS 10.16.13 1 Executive Summary Harvard University is known worldwide as having

More information

Introduction to Embedded help and Examples applied to dotlrn

Introduction to Embedded help and Examples applied to dotlrn Introduction to Embedded help and Examples applied to dotlrn Created by Ludivine Martin Created by Ludivine Martin Page 2 ABOUT THE HELP SECTION Help is the last resort - People don t use the help section,

More information

Web Design & Development

Web Design & Development Web Design & Development In Simplicity, Lies Beauty. - DigitalKrafts About Us The Internet is an ever changing environment that demands that you keep up with the latest and greatest communication platforms.

More information

DIGITAL DESIGN. Robert Shefras BA(Hons) Design. Leeds Metropolitan University.

DIGITAL DESIGN. Robert Shefras BA(Hons) Design. Leeds Metropolitan University. DIGITAL DESIGN Robert Shefras BA(Hons) Design Leeds Metropolitan University. CONTENT 1. Statement of Intent 2. Critique of websites (X-stream critique) 3. Critique of Websites (X-stream critique part 2)

More information

It is clear the postal mail is still very relevant in today's marketing environment.

It is clear the postal mail is still very relevant in today's marketing environment. Email and Mobile Digital channels have many strengths, but they also have weaknesses. For example, many companies routinely send out emails as a part of their marketing campaigns. But people receive hundreds

More information

Big Lots Vendor Compliance Web Portal User Guide - Vendor

Big Lots Vendor Compliance Web Portal User Guide - Vendor Big Lots Vendor Compliance Web Portal User Guide - Vendor https://visibility.inovis.com/dataquality/xclient/biglots 1. To login to the system for the first time: Open the New User Notification Invite e-mail

More information

Quick Start Guide for Online Medical Certifiers and Online Support Staff

Quick Start Guide for Online Medical Certifiers and Online Support Staff Quick Start Guide for Online Medical Certifiers and Online Support Staff Vitals Information Partnership (VIP) Electronic Death Registration System (EDRS) Revision July 1, 2014 Notes Notes Use this page

More information

Site Administrator User Guide. show, tell, share

Site Administrator User Guide. show, tell, share Site Administrator User Guide show, tell, share Contents About your Team site 1 What is a Team site? 1 What can you do on a Team or Business site that you can t do on www.present.me? 1 Getting Started

More information

EHR Heuristic Evaluation

EHR Heuristic Evaluation [Place logo of clinic here] EHR Heuristic Evaluation Preview Packet Background, Description of Process, Heuristics List, and Examples of Violations Created by: Thank you for participating in our heuristic

More information

For further support information, refer to the Help Resources appendix. To comment on the documentation, send an email to support@tk20.com.

For further support information, refer to the Help Resources appendix. To comment on the documentation, send an email to support@tk20.com. Technical Support and Product Information tk20.com Tk20 Corporate Headquarters 10801 MoPac Expressway, Suite 740, Austin, Texas 78759 USA Tel: 512-401-2000 For further support information, refer to the

More information

Press Release Wire Services: Choosing the Best One for Your Business

Press Release Wire Services: Choosing the Best One for Your Business Press Release Wire Services: Choosing the Best One for Your Business When looking into press release distribution for your business, you might be overwhelmed with the options. In addition to traditional

More information

3 Ways Your Web Design Can Better Connect You to Your Audience

3 Ways Your Web Design Can Better Connect You to Your Audience 3 Ways Your Web Design Can Better Connect You to Your Audience by Rafal Tomal Feb 06 How do people recognize good web design? There is a big difference between good and bad design. Many people can identify

More information

Stop being Rails developer

Stop being Rails developer Stop being Rails developer Ivan Nemytchenko 2015 Ivan Nemytchenko I think this book should have been written in 2011. But nobody had written it, and I still see a huge demand for this topic to be covered

More information

The Internet of Everything (IoE) and the Delivery of Healthcare

The Internet of Everything (IoE) and the Delivery of Healthcare White Paper The Internet of Everything (IoE) and the Delivery of Healthcare How Increased Connectivity Is Transforming Clinical Practice and Patient Care A diabetic patient, under the care of a staff physician

More information

Outline. Lecture 13: Web Usability. Top Ten Web Design Mistakes. Web Usability Principles Usability Evaluations

Outline. Lecture 13: Web Usability. Top Ten Web Design Mistakes. Web Usability Principles Usability Evaluations Lecture 13: Web Usability Outline Web Usability Principles Usability Evaluations Wendy Liu CSC309F Fall 2007 1 2 What Makes Web Application Development Hard? Target audience can be difficult to define

More information

Simplifying the Interface Challenge in Healthcare. Healthcare Software Provider or Medical Device Manufacturer s Approach to Healthcare Integration

Simplifying the Interface Challenge in Healthcare. Healthcare Software Provider or Medical Device Manufacturer s Approach to Healthcare Integration Simplifying the Interface Challenge in Healthcare Healthcare Software Provider or Medical Device Manufacturer s Approach to Healthcare Integration Providers, application software developers, and medical

More information

Good Shepherd Medical Center Device Connectivity Case Study

Good Shepherd Medical Center Device Connectivity Case Study Good Shepherd Medical Center Device Connectivity Case Study How Nuvon Improved Time for Patient Care in the ED, Provided Better Patient Triage, and Supported Increased ED Throughput Capacity While Going

More information

Developing Mobile Apps for the Enterprise: The Three Rs

Developing Mobile Apps for the Enterprise: The Three Rs Developing Mobile Apps for the Enterprise: The Three Rs Recorded April 12, 2013 Discussion Transcript* Click here to download or listen to the audio podcast version of this discussion. Larry Hettick Editorial

More information