Developer Case Study. BlackBerry Streamlines IT Change Request Approval Process. Industry Healthcare

Size: px
Start display at page:

Download "Developer Case Study. BlackBerry Streamlines IT Change Request Approval Process. Industry Healthcare"

Transcription

1 Developer Case Study BlackBerry Streamlines IT Change Request Approval Process Situation In 2005, the Baylor IT department reviewed their change management policy and updated their web-based change control management system. They needed a solution to consolidate the pending change requests and allow IT directors to access and review these remotely to prevent delays in implementing system improvements. Technical Solution Custom BlackBerry Application for Change Control Management Using the BlackBerry Java Development Environment (JDE), Baylor developed a custom mobile application in-house for BlackBerry wireless devices. This custom-built application alerts directors of pending change requests so they can review and act on the change requests wirelessly through their BlackBerry devices. Key Outcomes The ability for management to approve or reject Change Management requests wirelessly Freedom to work from remote locations Faster approval process and improved efficiencies Reduction in mismanaged changes Excellent user acceptance Industry Healthcare Company Baylor Health Care System is one of the nation s largest non-profit care facilities. Located in Dallas, Texas, Baylor employs more than 15,000 people in primary care centers and practices, rehabilitation clinics, senior health centers and affiliated ambulatory surgery centers. Region Americas Company Size Large Enterprise Environment Microsoft Exchange Type of Solution Change Management Application developed in-house The Challenge Keeping the information technology (IT) systems up-to-date in any organization requires constant upgrading and improvement. Stringent controls are needed to make sure changes do not harm system performance or cause failure, especially in a healthcare environment like Baylor Health Care System. As a result, Baylor maintains strict control over changes to its IT systems, requiring approval by all IT directors before any change is allowed. According to Germinal Ibarrola, Manager of Enterprise Architecture at Baylor Health Care System, keeping the IT systems problem-free and productive is vital at Baylor. For example, a clinical system update could have a negative impact on the quality of patient care, he explains. Our change management system requires that every change request is approved by all 30 IT directors before it can be implemented. When searching for the best solution, BlackBerry devices were considered because all IT directors already carry them. This provided a workable process to make approvals faster and more efficient. In 2005, the Baylor IT department reviewed their change management policy and updated their webbased change control management system. The previous notification system sent s to the directors, which sometimes were lost among the many other messages in their Inbox. What they needed was a solution to consolidate the pending change requests and allow the IT directors to access and review these remotely. To prevent delays in implementing system improvements, IT management sought a way to streamline the approval process through the use of the BlackBerry Enterprise Solution.

2 Developing a Custom Wireless Solution Baylor recognized that providing wireless access to the change management system would have valuable business impact. They decided to develop a mobile application for BlackBerry to alert directors of pending change requests. This way, directors could review and act on the change requests remotely and quickly by using their BlackBerry devices. The IT team saw that developing a new BlackBerry application to compliment their existing change management system as an opportunity to learn about the JDE, the BlackBerry Application Programming Interfaces (APIs) and how BlackBerry devices could be used to access existing corporate systems. The process would prepare Baylor IT for developing future BlackBerry applications tailored to their environment. The existing change management system is a web-based portal using a.net Service-Oriented Architecture (SOA) with a Microsoft SQL Server 2000 database cluster. Fast Facts Application Category Workflow and Approvals BlackBerry Application Name Change Management Application Baylor s Existing Server-Side Application MyBaylor.com Company Portal that hosts the Change Control Management Application BlackBerry Application Mode Users Rich Java ME BlackBerry Client 30 Developers to Build the Application Time to Build the Application 2 5 weeks Development Environment Primary Development Environment Microsoft.NET Existing Application Architecture ASP.NET Service Oriented Architecture (SOA) BlackBerry Software Version BlackBerry Enterprise Server (BES), BlackBerry Mobile Data Service v , BlackBerry Device Software 4.0 BlackBerry Client Programming Language Java ME Server-side Programming Language Microsoft Visual.NET, C# Database Management System Microsoft SQL Server 2000

3 Mobilizing the Change Request Process A change request originates when a staff member fills out a form from a laptop or desktop computer and submits it to the change management system. Once submitted, the request goes to the staff member s sponsoring director for approval. If the sponsoring director approves the change, it is then distributed to all the other directors. The application Baylor developed, which runs on the BlackBerry device operating system, was written using Java 2 Platform Micro Edition in the BlackBerry JDE. The BlackBerry JDE provides tools for developing and testing applications for BlackBerry devices. With it, Baylor s developers built a stand-alone custom client application that communicates with the company s.net servers using standard protocols. The User Interface (UI) of Baylor s Change Management Application for BlackBerry is primarily text-based and was designed to look like a standard BlackBerry application. Baylor s usability design experts helped with the information architecture to make the application easy to use (see Figure 1). The most pertinent information appears at the top, so directors can determine from the first eight to ten lines of text whether the proposed change affects their respective departments. If they need more information, they can access all the details about the change by scrolling down the page. The director can also forward the change request to someone else for review. On the directors devices, when the Change Management Application for BlackBerry starts up it makes a request to the existing Change Control Management Web Portal and pulls in the work queue. On the device display, the directors see a list of pending change requests Developing the System Along with the Change Management Application for BlackBerry, Baylor also needed to determine how the application would communicate with the existing.net SOA. The existing system served up web pages, but the developers determined that the BlackBerry application would use only certain data from any given page. Streamlining the information available to the user on the BlackBerry device improved the usability of the application by presenting only the relevant information for approving change requests. They developed communication protocols to provide data strings that could be communicated over standard HTTP, and created the logic that allowed both the client application and the existing change management system to use the data that was exchanged. Figure 1. Sample Screens for Change Control Management Application for BlackBerry

4 System Summary The Java ME BlackBerry client application communicates with the existing ASP.NET change control management Service Oriented Architecture (SOA) through a Java HTTP connection and Secure Socket Layer (SSL). Data resides on a Microsoft SQL Server Database Cluster. Desktop and laptop users access MyBaylor.com web pages using standard web browsers. Baylor defined a Network Protocol datagram structure to facilitate the data exchange between the Java ME client and the ASP.NET servers. This structure also validates/authenticates access to the public SOA. The C#.NET development done by Baylor enables mybaylor.com to output data strings instead of web pages when information is requested by the Java ME client. Both the custom encrypted datagrams, and web pages formatted as XHTML are sent over HTTPs. BlackBerry devices communicate over the wireless networks and the Internet through the BlackBerry Enterprise Server (BES). The BlackBerry Mobile Data Service, a compent of BES, communicates with the web servers. All communications between the BlackBerry Enterprise Server and BlackBerry devices are encrypted ensuring confidentiality of Baylor s IT management information. Integrating with the Existing System The existing change control management system, an ASP.NET web application, was already running on the mybaylor.com website with workflow and business rules for change control. The mybaylor.com site is a custom-built, component-based, N-tiered system. It was designed for optimal performance and reusability, and includes a security core, portal framework and data abstraction layer. Rather than reroute the workflow over two platforms, the developers leveraged the existing.net code. They used an open protocol to connect from the Java ME client application on the BlackBerry device communicating through HTTPs to obtain the data from the portal. A significant part of the development process was devising the necessary communication protocols. The developers mapped out the different URL calls and the data strings (encrypted datagrams) that were needed in return. They created a unique network diagram, as well as a method for passing the information back and forth, in order to keep network traffic to a minimum. The new, custom-built BlackBerry client (Change Management Application) polls the web portal for data, sending the.net server a request. Baylor used an HTTP header so the.net servers would recognize the difference between a request from the BlackBerry client and a request from a web browser. The.NET server then returns a string of data, rather than a web page. When the BlackBerry device receives the data string, the application interprets the information and displays it for the user. All data traffic is protected with 128-bit Secure Socket Layer (SSL) encryption on top of the standard data encryption provided with the BlackBerry Enterprise Solution. Figure 2 shows the system architecture for the change control management web portal and the Change Management Application for BlackBerry.

5 MyBaylor.com Portal MyBaylor.com is an ASP.NET custom-built, in-house, multi-layered, component-based, N-tiered system. Access to MyBaylor.com via web browser on Desktops and Laptops Web pages formatted as xhtml sent over HTTPs ASP.NET Web Servers Microsoft SQL Server Database Cluster Custom datagrams sent over HTTPs BlackBerry Enterprise Server with MDS Firewall Internet Wireless Networks BlackBerry Devices with Change Management Application Baylor s Custom C#.NET development enables the output of data instead of web pages to respond to requests from the BlackBerry J2ME Change Management Client Application. Baylor defined a Network Protocol datagram structure to facilitate data exchange between the client application and the servers and to validate/authenticate access to the public SOA. J2ME Client Application, developed in-house using BlackBerry JDE, communicates to the existing ASP.NET Change Control Management SOA via Java Http Connection. Figure 2. System Architecture for the Change Control Management Web Portal Development Effort Two developers worked on the solution, one using.net on the server side, the other using Java ME for the custom Change Management Application for the BlackBerry devices. The Java coding for the BlackBerry client took approximately two weeks, which included time for Baylor s two developers working on the project to become familiar with the BlackBerry Integrated Development Environment (IDE) and APIs, to develop the architecture and to design the UI. An additional two weeks was needed for Baylor to create the communications protocol for data exchange between the server and the BlackBerry client. This involved modifying the existing.net web pages to program them to serve up structured data strings instead of web content when the URL request came in from the BlackBerry client. After testing the new solution with a limited number of directors on their BlackBerry devices, the developers spent another week revising and polishing the application before full deployment. Germinal Ibarrola, Manager of Enterprise Architecture explained that, at first, we thought the biggest challenge our developers would face was simply becoming familiar with the BlackBerry IDE and APIs. However, this turned out to be very straightforward. Support from Research In Motion (RIM ) and the available documentation helped facilitate the learning process.

6 Testing and Deployment The developers used the BlackBerry JDE to simulate the application on different models of the BlackBerry device. As a pilot project, the application was installed on four directors devices for two weeks. One week prior to launch, it was installed on a variety of different BlackBerry devices for six other directors to test. The final version of the Change Management Application was deployed on the BlackBerry devices of all 30 directors. This included three different BlackBerry devices: BlackBerry 7230 Wireless Handheld, BlackBerry 7290 Wireless Handheld and the BlackBerry 7100 Series. No changes to the application, the BlackBerry Enterprise Server or the Change Management System programming were required to support the variety of BlackBerry devices or different wireless networks. BlackBerry Desktop Manager was used to initially install the application, but wireless over-the-air deployment is planned for future upgrades to the application. Baylor intends to continue improving the Change Management Application by taking advantage of additional offline (out-of-coverage) capabilities and providing more functionality. In addition, they have begun planning for other BlackBerry usage, including wireless access to field service and customer relationship management applications. With hundreds of BlackBerry device users at Baylor, Ibarrola sees lots of opportunity for success with in-house development of additional BlackBerry applications. Results The Baylor IT directors responded very positively to the new application and started using it immediately. According to Robbie Perez, Director of Core Technology Development, I ve been using this Change Control Application for BlackBerry for only a short time and found it provides an efficient option for our change management process. There was definitely a demand for this, he explains. We listened to our directors need to have a solid BlackBerry solution in place. Adoption rates have been extremely high. Directors use the application to approve close to 90 percent of all change requests. Our change management system requires that every change request is approved by all 30 IT directors before it can be implemented. These approvals can cause delays. Fortunately, all the IT directors carry BlackBerry Wireless Handhelds, which provided the means to make the approval process faster and easier. Germinal Ibarrola, Manager of Enterprise Architecture Since implementation, the timeline for approvals has been reduced from an average of 5 days to approximately 16 hours for each change management request. Baylor gained a simplified change management solution that offers multiple benefits. Now directors can approve or reject changes wirelessly, with the freedom to work from remote locations. The solution saves valuable time with a faster approval process, which in turn facilitates efficiency and a reduction in mismanaged changes. Overall, this new BlackBerry application has successfully improved an integral process at Baylor Health Care System. For additional BlackBerry case studies, success stories and customer quotes, please visit Research In Motion Limited. All rights reserved. The BlackBerry and RIM families of related marks, images and symbols are the exclusive properties and trademarks of Research In Motion Limited. RIM, Research In Motion, Always On, Always Connected and BlackBerry are registered with the U.S. Patent and Trademark Office and may be pending or registered in other countries. All other brands, product names, company names, trademarks and service marks are the properties of their respective owners. The specifications and features contained in this document are subject to change without notice. Printed in Canada.

WHITE PAPER. Good Mobile Intranet Technical Overview

WHITE PAPER. Good Mobile Intranet Technical Overview WHITE PAPER Good Mobile Intranet CONTENTS 1 Introduction 4 Security Infrastructure 6 Push 7 Transformations 8 Differential Data 8 Good Mobile Intranet Server Management Introduction Good Mobile Intranet

More information

BlackBerry Java Development Environment (JDE)

BlackBerry Java Development Environment (JDE) 1 BlackBerry Java Applications for Accessing SAP Applications BlackBerry Java Development Environment The BlackBerry Java Development Environment (JDE) is a fully integrated development and simulation

More information

BlackBerry Mobile Data System

BlackBerry Mobile Data System BlackBerry Mobile Data System TM BlackBerry Mobile Data System dramatically reduces the amount of time and resources required to develop and deploy wireless applications for mobile workers. BlackBerry

More information

Application Security for Java-based BlackBerry Handhelds

Application Security for Java-based BlackBerry Handhelds Application Security for Java-based Originally posted: February 2003 Latest revision: May 2003 Introduction Corporate data access capabilities supported by the BlackBerry platform enable wireless connectivity

More information

Developing Custom Solutions to Extend your Data Wirelessly

Developing Custom Solutions to Extend your Data Wirelessly An IT Briefing produced by Developing Custom Solutions to Extend your Data Wirelessly 2003 TechTarget This reference document is based on a Research In Motion/TechTarget Webcast, "." To view the Webcast

More information

BlackBerry Integration With IBM WebSphere Everyplace Access 4.3

BlackBerry Integration With IBM WebSphere Everyplace Access 4.3 BlackBerry Integration With IBM WebSphere Everyplace Access 4.3 Integration Note Research In Motion 2003 Research In Motion Limited. All Rights Reserved. Contents Integration overview... 3 Related resources...

More information

Release Notes 1 of 5. Release Notes. BlackBerry 7100g BlackBerry 7290 Wireless Handheld.

Release Notes 1 of 5. Release Notes. BlackBerry 7100g BlackBerry 7290 Wireless Handheld. Release Notes 1 of 5 Release Notes BlackBerry 7100g BlackBerry 7290 Wireless Handheld Release Notes 2 of 5 NOTE This document is provided for informational purposes only, and does not constitute a binding

More information

BlackBerry Enterprise Server for Microsoft Exchange

BlackBerry Enterprise Server for Microsoft Exchange BlackBerry Enterprise Server for Microsoft Exchange Version 3.5 Service Pack 1 Hotfix 2 December 2002 PLEASE READ THE LEGAL NOTICES SET OUT AT THE END OF THIS DOCUMENT. This document provides information

More information

Personal Health Assistant: Final Report Prepared by K. Morillo, J. Redway, and I. Smyrnow Version Date April 29, 2010 Personal Health Assistant

Personal Health Assistant: Final Report Prepared by K. Morillo, J. Redway, and I. Smyrnow Version Date April 29, 2010 Personal Health Assistant Personal Health Assistant Ishmael Smyrnow Kevin Morillo James Redway CSE 293 Final Report Table of Contents 0... 3 1...General Overview... 3 1.1 Introduction... 3 1.2 Goal...3 1.3 Overview... 3 2... Server

More information

Determining the Best Approach

Determining the Best Approach 2 Determining the Best Approach The remaining chapters of this book cover the capabilities of the BlackBerry application platform and then dig into each application development option in detail. Before

More information

The Business Case for a Web Content Management System. Published: July 2001

The Business Case for a Web Content Management System. Published: July 2001 The Business Case for a Web Content Management System Published: July 2001 Contents Executive Summary... 1 The Business Case for Web Content Management... 2 The Business Benefits of Web Content Management...

More information

Migrating a Business-Critical Application to Windows Azure

Migrating a Business-Critical Application to Windows Azure Situation Microsoft IT wanted to replace TS Licensing Manager, an application responsible for critical business processes. TS Licensing Manager was hosted entirely in Microsoft corporate data centers,

More information

Application management in Nokia: Getting the most from Company Apps

Application management in Nokia: Getting the most from Company Apps Application management in Nokia: Getting the most from Case Study 2 Contents 1 Challenge...3 2...5 2.1 Deployment options...5 2.2 App security and authentication...7 2.3 Nokia...7 3 Company Hub...9 3.1

More information

BlackBerry Demonstration Portlets for IBM WebSphere Everyplace Access 4.3

BlackBerry Demonstration Portlets for IBM WebSphere Everyplace Access 4.3 BlackBerry Demonstration Portlets for IBM WebSphere Everyplace Access 4.3 Research In Motion 2003 Research In Motion Limited. All Rights Reserved. Contents Overview... 3 Installing the demo... 3 Configure

More information

e-mds Patient Portal Version User Guide e-mds 9900 Spectrum Drive. Austin, TX Phone Fax e-mds.

e-mds Patient Portal Version User Guide e-mds 9900 Spectrum Drive. Austin, TX Phone Fax e-mds. e-mds Patient Portal Version 6.2.0 TM User Guide e-mds 9900 Spectrum Drive. Austin, TX 78717 Phone 512.257.5200 Fax 512.335.4375 e-mds.com 2008 e-mds, Inc. All rights reserved. Product and company names

More information

Reducing Operational Costs and Combating Ransomware with McAfee SIEM and Integrated Security

Reducing Operational Costs and Combating Ransomware with McAfee SIEM and Integrated Security Reducing Operational Costs and Combating Ransomware with McAfee SIEM and Integrated Security Healthcare provider manages threats with ease Atrius Health Customer Profile Large regional healthcare provider

More information

VST Hospital Administrator Guide. Version 2.0.4

VST Hospital Administrator Guide. Version 2.0.4 VST Hospital Administrator Guide Version 2.0.4 Notice Copyright 2002- Vocera Communications, Inc. All rights reserved. Vocera is a registered trademark of Vocera Communications, Inc. This software is licensed,

More information

BlackBerry Enterprise Server for Lotus Domino 2.1 Service Pack 1 Readme file

BlackBerry Enterprise Server for Lotus Domino 2.1 Service Pack 1 Readme file BlackBerry Enterprise Server for Lotus Domino 2.1 Service Pack 1 Readme file PLEASE READ THE LEGAL NOTICES SET OUT AT THE END OF THIS DOCUMENT. This document provides information about BlackBerry Enterprise

More information

STOP READ THIS FIRST. Creating Your BlackBerry Account Guide

STOP READ THIS FIRST. Creating Your BlackBerry  Account Guide STOP READ THIS FIRST Creating Your BlackBerry E-Mail Account Guide Welcome to your BlackBerry handheld set-up. Follow these next few steps to create your BlackBerry Web Client account. Once completed,

More information

An Oracle Technical White Paper May Deploying Oracle Beehive with BlackBerry Enterprise Server for MDS Applications

An Oracle Technical White Paper May Deploying Oracle Beehive with BlackBerry Enterprise Server for MDS Applications An Oracle Technical White Paper May 2010 Deploying Oracle Beehive with BlackBerry Enterprise Server for MDS Applications Introduction... 2 Solution Overview... 3 BlackBerry Infrastructure... 4 BlackBerry

More information

INSITES CONNECT ADMINISTRATION GUIDE. Version 1.4.3

INSITES CONNECT ADMINISTRATION GUIDE. Version 1.4.3 INSITES CONNECT ADMINISTRATION GUIDE Version 1.4.3 CONTENTS GETTING STARTED... 2 Version Compatibility... 2 Installing the InSites Connect app... 2 APP CONFIGURATION... 4 CONFIGURING PUSH NOTIFICATIONS...

More information

HOMELESS INDIVIDUALS AND FAMILIES INFORMATION SYSTEM HIFIS 4.0 TECHNICAL ARCHITECTURE AND DEPLOYMENT REFERENCE

HOMELESS INDIVIDUALS AND FAMILIES INFORMATION SYSTEM HIFIS 4.0 TECHNICAL ARCHITECTURE AND DEPLOYMENT REFERENCE HOMELESS INDIVIDUALS AND FAMILIES INFORMATION SYSTEM HIFIS 4.0 TECHNICAL ARCHITECTURE AND DEPLOYMENT REFERENCE HIFIS Development Team May 16, 2014 Contents INTRODUCTION... 2 HIFIS 4 SYSTEM DESIGN... 3

More information

Patient Portal Users Guide

Patient Portal Users Guide e-mds Solution Series Patient Portal Users Guide Version 7.2 How to Use the Patient Portal CHARTING THE FUTURE OF HEALTHCARE e-mds 9900 Spectrum Drive. Austin, TX 78717 Phone 512.257.5200 Fax 512.335.4375

More information

Top Reasons to Upgrade

Top Reasons to Upgrade version 5.0 Top Reasons to Upgrade With the latest release of the BlackBerry Enterprise Server software, your organization gains new administrative features, built-in high availability to maximize system

More information

Six Lessons Hospitals Have Learned About Smartphone Messaging

Six Lessons Hospitals Have Learned About Smartphone Messaging W H I T E P A P E R Six Lessons Hospitals Have Learned About Smartphone Messaging Introduction There is a communications revolution occurring in hospitals today. With highly mobile staff members and the

More information

IBM Lotus Notes and Lotus Domino 7 software: the new face of business collaboration and communications.

IBM Lotus Notes and Lotus Domino 7 software: the new face of business collaboration and communications. Collaboration and communication solutions Executive Brief November 2005 IBM Lotus Notes and Lotus Domino 7 software: the new face of business collaboration and communications. Contents 2 Executive summary

More information

An Overview of Microsoft Visual Studio 2008

An Overview of Microsoft Visual Studio 2008 An Overview of Microsoft Visual Studio 2008 White Paper November 2007 For the latest information, please see www.microsoft.com/vstudio This is a preliminary document and may be changed substantially prior

More information

Attachment Service. Installation and Getting Started Guide

Attachment Service. Installation and Getting Started Guide Attachment Service Installation and Getting Started Guide Attachment Service Installation and Getting Started Guide Last revised: 23 October 2002 Part number: PDF-05356-001 At the time of publication,

More information

Attachment Service. Installation and Getting Started Guide

Attachment Service. Installation and Getting Started Guide Attachment Service Installation and Getting Started Guide Attachment Service Installation and Getting Started Guide Last revised: 23 October 2002 Part number: PDF-05733-001 At the time of publication,

More information

Enabling the Mobile Professional

Enabling the Mobile Professional Enabling the Mobile Professional Shawn Misquitta Senior Director of Technology What s driving the need for mobile solutions? Wireless and data connections are becoming ubiquitous and users expect to be

More information

BlackBerry 101: An Introduction to the BlackBerry Wireless Solution

BlackBerry 101: An Introduction to the BlackBerry Wireless Solution BlackBerry 101: An Introduction to the BlackBerry Wireless Solution BlackBerry 101 Agenda What is the BlackBerry Enterprise Solution? Tracing a Message Security, Security, Security Enabling the User Extensibility:

More information

e-mds Patient Portal TM

e-mds Patient Portal TM e-mds Patient Portal TM Version 6.3.0 The Patient s Guide to Using the Portal e-mds 9900 Spectrum Drive. Austin, TX 78717 Phone 512.257.5200 Fax 512.335.4375 e-mds.com 2009 e-mds, Inc. All rights reserved.

More information

BlackBerry Enterprise Server for Lotus Domino 2.0 Service Pack 5 Readme file

BlackBerry Enterprise Server for Lotus Domino 2.0 Service Pack 5 Readme file BlackBerry Enterprise Server for Lotus Domino 2.0 Service Pack 5 Readme file PLEASE READ THE LEGAL NOTICES SET OUT AT THE END OF THIS DOCUMENT. This document provides information about BlackBerry Enterprise

More information

Introducing SDL Studio Online 2011

Introducing SDL Studio Online 2011 Introducing SDL Studio Online 2011 (SDL TMS 2011 SP1) Thank you for joining today s webinar All participant audio has been muted The webinar will start shortly @sdltechnologies sdlplc Introducing SDL Studio

More information

Table of Contents. Overview of the TEA Login Application Features Roles in Obtaining Application Access Approval Process...

Table of Contents. Overview of the TEA Login Application Features Roles in Obtaining Application Access Approval Process... TEAL Help Table of Contents Overview of the TEA Login Application... 7 Features... 7 Roles in Obtaining Application Access... 7 Approval Process... 8 Processing an Application Request... 9 The Process

More information

Mobilizing Applications with BlackBerry in Your Lotus Environment. Alex Chang Technical Account Manager Research In Motion HK

Mobilizing Applications with BlackBerry in Your Lotus Environment. Alex Chang Technical Account Manager Research In Motion HK Mobilizing Applications with BlackBerry in Your Lotus Environment Alex Chang Technical Account Manager Research In Motion HK Agenda Lotus & BlackBerry - Consonance The BlackBerry Platform Technology Overview

More information

NextGen Patient Portal. User Guide.

NextGen Patient Portal. User Guide. 2.4.3 NextGen Patient Portal User Guide www.nextgen.com Copyright 2014-2017 QSI Management, LLC. All Rights Reserved. The registered trademarks listed at http://www.qsii.com/legal_notices.shtml are the

More information

Mobility, Security Concerns, and Avoidance

Mobility, Security Concerns, and Avoidance By Jorge García, Technology Evaluation Centers Technology Evaluation Centers Mobile Challenges: An Overview Data drives business today, as IT managers and security executives face enormous pressure to

More information

BlackBerry Handheld Tips and Tricks

BlackBerry Handheld Tips and Tricks Contents Handheld Reference... 1 Home screen... 2 Searching... 2 Clearing fields... 2 Navigating screens... 3 Typing... 3 Editing text... 3 Messages... 4 Attachments... 5 Phone... 5 Direct Connect... 6

More information

NRG Oncology and VisionTree Optimal Care (VTOC) Frequently Asked Questions

NRG Oncology and VisionTree Optimal Care (VTOC) Frequently Asked Questions NRG Oncology and VisionTree Optimal Care (VTOC) Frequently Asked Questions Overview VisionTree Optimal Care (VTOC) v4.1 is a secure, encrypted cloud-based platform to collect/report patient reported outcomes

More information

The McGill University Health Centre (MUHC)

The McGill University Health Centre (MUHC) The McGill University Health Centre (MUHC) Strengthening its security posture with in- depth global intelligence Overview The need MUHC security staff wanted to more quickly identify and assess potential

More information

How a Global Insurance Provider in Japan uses BlackBerry UEM to Secure, Protect and Connect its Mobile Workforce

How a Global Insurance Provider in Japan uses BlackBerry UEM to Secure, Protect and Connect its Mobile Workforce How a Global Insurance Provider in Japan uses BlackBerry UEM to Secure, Protect and Connect its Mobile Workforce At a Glance Aegon Sony Life Insurance Company (ASLIC), a joint venture between Sony Life

More information

BlackBerry Enterprise Server 2.1 Service Pack 5 Hotfix 1 for Microsoft Exchange Readme file

BlackBerry Enterprise Server 2.1 Service Pack 5 Hotfix 1 for Microsoft Exchange Readme file BlackBerry Enterprise Server 2.1 Service Pack 5 Hotfix 1 for Microsoft Exchange Readme file December 2002 PLEASE READ THE LEGAL NOTICES SET OUT AT THE END OF THIS DOCUMENT. This document provides late-breaking

More information

Secure, cloud-based workflow, alert, and notification platform built on top of Amazon Web Services (AWS)

Secure, cloud-based workflow, alert, and notification platform built on top of Amazon Web Services (AWS) Technical Overview Secure, cloud-based workflow, alert, and notification platform built on top of Amazon Web Services (AWS) Copyright 2017 by Bluetooth SIG, Inc. The Bluetooth word mark and logos are owned

More information

Welcome to the. Patient Portal!

Welcome to the. Patient Portal! Welcome to the Patient Portal! You re about to find out just how easy it can be to communicate with your healthcare provider and take control of your medical information. Using this quick reference guide,

More information

Deltek Vision 7.6. Technical Overview and System Requirements: Advanced Deployment (150 or More Employees)

Deltek Vision 7.6. Technical Overview and System Requirements: Advanced Deployment (150 or More Employees) Deltek Vision 7.6 Technical Overview and System Requirements: Advanced Deployment (150 or More Employees) April 25, 2017 While Deltek has attempted to verify that the information in this document is accurate

More information

The ROI of UI Toolkit Standardization

The ROI of UI Toolkit Standardization The ROI of UI Toolkit Standardization Whitepaper Introduction 1 Buy vs. Build 2 The ROI of Standardization 3 The ROI of Infragistics as your UX Team 3-4 Leveraged Learning 4 The Overall Value of Standardization

More information

Solution Integration Guide for Multimedia Communication Server 5100/WLAN/Blackberry Enterprise Server

Solution Integration Guide for Multimedia Communication Server 5100/WLAN/Blackberry Enterprise Server Solution Integration Guide for Multimedia Communication Server 5100/WLAN/Blackberry Enterprise Server NN49000-302 Document status: Standard Document version: 0101 Document date: 24 May 2007 All Rights

More information

BlackBerry Messenger. Version 1.0. User Guide

BlackBerry Messenger. Version 1.0. User Guide BlackBerry Messenger Version 1.0 User Guide BlackBerry Messenger Version 1.0 User Guide Last modified: 21 June 2005 Part number: SWD_X_IM(EN)-001.001 At the time of publication, this documentation complies

More information

BlackBerry Desktop Software Version 4.0 Service Pack 1 Release Notes

BlackBerry Desktop Software Version 4.0 Service Pack 1 Release Notes BlackBerry Desktop Software Version 4.0 Service Pack 1 Release Notes BlackBerry Desktop Software Version 4.0 Service Pack 1 2 of 9 NOTE This document is provided for informational purposes only, and does

More information

Building a Simple Workflow Application for the Sybase Unwired Server [Part 3]

Building a Simple Workflow Application for the Sybase Unwired Server [Part 3] MOBILITY Building a Simple Workflow Application for the Sybase Unwired Server [Part 3] By Mark Gearhart, SAP In the third of a 3-part series, we build a simple workflow application for the Sybase Unwired

More information

Apple Device Management

Apple Device Management A COMPREHENSIVE GUIDE Apple Device Management FOR SMALL AND MEDIUM BUSINESSES With a renewed focus on mobile devices in the work environment, Apple has become the device of choice in small and medium businesses.

More information

VSP18 Venafi Security Professional

VSP18 Venafi Security Professional VSP18 Venafi Security Professional 13 April 2018 2018 Venafi. All Rights Reserved. 1 VSP18 Prerequisites Course intended for: IT Professionals who interact with Digital Certificates Also appropriate for:

More information

BlackBerry AtHoc Networked Crisis Communication. BlackBerry UEM Notifications Operator Guide

BlackBerry AtHoc Networked Crisis Communication. BlackBerry UEM Notifications Operator Guide BlackBerry AtHoc Networked Crisis Communication BlackBerry UEM Notifications Operator Guide 1.0, March 2018 Copyright 2017 2018 BlackBerry Limited. All Rights Reserved. This document may not be copied,

More information

Deltek Touch Expense for Ajera. Touch 1.0 Technical Installation Guide

Deltek Touch Expense for Ajera. Touch 1.0 Technical Installation Guide Deltek Touch Expense for Ajera Touch 1.0 Technical Installation Guide June 01, 2018 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical

More information

CASESTUDY LASER SPINE INSTITUTE

CASESTUDY LASER SPINE INSTITUTE CASESTUDY LASER SPINE INSTITUTE Location North America Industry Healthcare Company Laser Spine Institute Use Case Database Electronic Medical Records (EMR) VDI VSI Business Transformation Clinicians were

More information

IBM Lotus Sametime Advanced 8

IBM Lotus Sametime Advanced 8 IBM Lotus Sametime Advanced 8 Lisa Sarkady Lotus IT Specialist Great Lakes District 1 Agenda Sametime product family overview Sametime Advanced overview & demo Architecture & Deployment 2 IBM Software

More information

Cisco Solution Support

Cisco Solution Support Service Definition Cisco Solution Support Cisco Security Solutions Service Definition November 2017 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page

More information

Deploying Wireless Solutions Beyond in the Enterprise

Deploying Wireless Solutions Beyond  in the Enterprise An IT Briefing produced by Deploying Wireless Solutions Beyond Email in the Enterprise 2003 TechTarget This reference document is based on a Research In Motion/TechTarget Webcast, "." To view the Webcast

More information

Presentation + Integration + Extension delivering business intelligence

Presentation + Integration + Extension delivering business intelligence Figure 1. BI:Scope Report Display Figure 2. Print Preview Presentation + Integration + Extension delivering business intelligence BI:Scope is a web enabled, rich client, Report Deployment product for business

More information

PrinterOn Hosted Service. Printing Guide and Frequently Asked Questions

PrinterOn Hosted Service. Printing Guide and Frequently Asked Questions PrinterOn Hosted Service Printing Guide and Frequently Asked Questions Table of Contents 1 How to Print with PrinterOn Hosted Service... 3 1.1 Email Printing... 3 1.2 Web Portal Printing... 3 1.3 Mobile

More information

Getting Started Guide. for SimStore Super Users. Updated 9/28/11 OP EA 1

Getting Started Guide. for SimStore Super Users. Updated 9/28/11 OP EA 1 Getting Started Guide for SimStore Super Users Updated 9/28/11 OP-002.2-EA 1 Contents Welcome... 3 What is SimStore?... 3 The Purpose of This Guide... 3 SimCenter Technical Specifications... 4 SimStore

More information

Total Cost of Ownership: Benefits of ECM in the OpenText Cloud

Total Cost of Ownership: Benefits of ECM in the OpenText Cloud Total Cost of Ownership: Benefits of ECM in the OpenText Cloud OpenText Managed Services brings together the power of an enterprise cloud platform with the technical skills and business experience required

More information

Delivers cost savings, high definition display, and supercharged sharing

Delivers cost savings, high definition display, and supercharged sharing TM OpenText TM Exceed TurboX Delivers cost savings, high definition display, and supercharged sharing OpenText Exceed TurboX is an advanced solution for desktop virtualization and remote access to enterprise

More information

How Microsoft IT Reduced Operating Expenses Using Virtualization

How Microsoft IT Reduced Operating Expenses Using Virtualization How Microsoft IT Reduced Operating Expenses Using Virtualization Published: May 2010 The following content may no longer reflect Microsoft s current position or infrastructure. This content should be viewed

More information

Microsoft IT deploys Work Folders as an enterprise client data management solution

Microsoft IT deploys Work Folders as an enterprise client data management solution Microsoft IT deploys Work Folders as an enterprise client data management solution Published May 2014 The following content may no longer reflect Microsoft s current position or infrastructure. This content

More information

Table of Contents. Page 1 of 6 (Last updated 27 April 2017)

Table of Contents. Page 1 of 6 (Last updated 27 April 2017) Table of Contents What is Connect?... 2 Physical Access Controls... 2 User Access Controls... 3 Systems Architecture... 4 Application Development... 5 Business Continuity Management... 5 Other Operational

More information

Contents. Microsoft is a registered trademark of Microsoft Corporation. TRAVERSE is a registered trademark of Open Systems Holdings Corp.

Contents. Microsoft is a registered trademark of Microsoft Corporation. TRAVERSE is a registered trademark of Open Systems Holdings Corp. TPLWPT Contents Summary... 1 General Information... 1 Technology... 2 Server Technology... 2 Business Layer... 4 Client Technology... 4 Structure... 4 Ultra-Thin Client Considerations... 7 Internet and

More information

RSA Solution Brief. Providing Secure Access to Corporate Resources from BlackBerry. Devices. Leveraging Two-factor Authentication. RSA Solution Brief

RSA Solution Brief. Providing Secure Access to Corporate Resources from BlackBerry. Devices. Leveraging Two-factor Authentication. RSA Solution Brief Providing Secure Access to Corporate Resources from BlackBerry Devices Leveraging Two-factor Authentication Augmenting the BlackBerry Enterprise Solution BlackBerry devices are becoming ubiquitous throughout

More information

Dossier. Version 6.2 IT Planning Manual ARSENAULT. Associates. Fleet Asset Maintenance Management Software. Since

Dossier. Version 6.2 IT Planning Manual ARSENAULT. Associates. Fleet Asset Maintenance Management Software. Since Dossier Fleet Asset Maintenance Management Software Version 6.2 IT Planning Manual ARSENAULT Associates Since 1979 www.arsenault.com Fleet Maintenance Software Dossier IT Planning Manual Version 6.2 By

More information

In the most general sense, a server is a program that provides information

In the most general sense, a server is a program that provides information d524720 Ch01.qxd 5/20/03 8:37 AM Page 9 Chapter 1 Introducing Application Servers In This Chapter Understanding the role of application servers Meeting the J2EE family of technologies Outlining the major

More information

ThinAir Server Platform White Paper June 2000

ThinAir Server Platform White Paper June 2000 ThinAir Server Platform White Paper June 2000 ThinAirApps, Inc. 1999, 2000. All Rights Reserved Copyright Copyright 1999, 2000 ThinAirApps, Inc. all rights reserved. Neither this publication nor any part

More information

WHITE PAPER. LiveApp Player Architecture. Player Technology The Composite Applications Deployment Style Architecture

WHITE PAPER. LiveApp Player Architecture. Player Technology The Composite Applications Deployment Style Architecture WHITE PAPER LiveApp Player Architecture Player Technology The Composite Applications Deployment Style Architecture W H I T E P A P E R LiveApp Player Architecture ObjectBuilders 20134 Valley Forge Circle

More information

Quantum, a Data Storage Solutions Leader, Delivers Responsive HTML5-Based Documentation Centers Using MadCap Flare

Quantum, a Data Storage Solutions Leader, Delivers Responsive HTML5-Based Documentation Centers Using MadCap Flare A Customer Success Story in Technical Communication Best Practices Quantum, a Data Storage Solutions Leader, Delivers Responsive HTML5-Based Documentation Centers Using MadCap Flare GOALS Reinvent product

More information

905M 67% of the people who use a smartphone for work and 70% of people who use a tablet for work are choosing the devices themselves

905M 67% of the people who use a smartphone for work and 70% of people who use a tablet for work are choosing the devices themselves 67% of the people who use a smartphone for work and 70% of people who use a tablet for work are choosing the devices themselves 905M tablets in use for work and home globally by 2017 Before Now 32% of

More information

Welcome to the. Patient Portal!

Welcome to the. Patient Portal! Welcome to the Patient Portal! You re about to find out just how easy it can be to communicate with your healthcare provider, schedule and request appointments, take control of your medical information,

More information

Luckily, our enterprise had most of the back-end (services, middleware, business logic) already.

Luckily, our enterprise had most of the back-end (services, middleware, business logic) already. 2 3 4 The point here is that for real business applications, there is a connected back-end for services. The mobile part of the app is just a presentation layer that is unique for the mobile environment.

More information

TeleNav Settings for BlackBerry Enterprise Server 5.0. Copyright. Customer Support: Page

TeleNav Settings for BlackBerry Enterprise Server 5.0. Copyright. Customer Support: Page Page 1 Copyright. TeleNav GPS Navigator and TeleNav Track are trademarks and TeleNav is a registered trademark of TeleNav, Inc., Sunnyvale, Calinia in the United States and may be registered in other countries.

More information

FIS Global Partners with Asigra To Provide Financial Services Clients with Enhanced Secure Data Protection that Meets Compliance Mandates

FIS Global Partners with Asigra To Provide Financial Services Clients with Enhanced Secure Data Protection that Meets Compliance Mandates Case Study FIS Global Partners with Asigra To Provide Financial Services Clients with Enhanced Secure Data Protection that Meets Compliance Mandates World s largest global provider dedicated to banking

More information

Universal Health Services, Inc.

Universal Health Services, Inc. CASE STUDY In BRIEF Industry»»Healthcare Challenges»»Deliver mission-critical applications and information to healthcare professionals in 125 remote offices»»consolidate the data center environment while

More information

Choice, Choices, Choices: Fat versus Thin Clients

Choice, Choices, Choices: Fat versus Thin Clients Choice, Choices, Choices: Fat versus Thin Clients David Moskowitz Productivity Solutions, Inc. David Moskowitz Choices, Choices, Choices: Fat vs. Thin Clients Page 1 Agenda Definitions Myths Choices Approaches

More information

Migrate From Version 3.1 to Version 4 Guide Vovici Enterprise 4.0. December 2008

Migrate From Version 3.1 to Version 4 Guide Vovici Enterprise 4.0. December 2008 Migrate From Version 3.1 to Version 4 Guide Vovici Enterprise 4.0 December 2008 For installation support, please contact our Vovici installation experts at installefmc@vovici.com. If phone support is requested

More information

Oracle Solaris 11: No-Compromise Virtualization

Oracle Solaris 11: No-Compromise Virtualization Oracle Solaris 11: No-Compromise Virtualization Oracle Solaris 11 is a complete, integrated, and open platform engineered for large-scale enterprise environments. Its built-in virtualization provides a

More information

Advanced Automated Administration with Windows PowerShell

Advanced Automated Administration with Windows PowerShell Course 10962A: Advanced Automated Administration with Windows PowerShell Course Details Course Outline Module 1: Creating Advanced Functions In this module students will learn how to parameterize a command

More information

Getting Started Guide. for SimStore Super Users. Updated 3/7/2013 OP EA 1

Getting Started Guide. for SimStore Super Users. Updated 3/7/2013 OP EA 1 Getting Started Guide for SimStore Super Users Updated 3/7/2013 OP-002.1-EA 1 Contents Welcome... 3 What is SimStore?... 3 The Purpose of This Guide... 3 SimStore Roles... 4 Basic SimStore Terminology...

More information

BlackBerry Attachment Service

BlackBerry Attachment Service Contents Introduction... 2... 2 New in version 4.0... 2 System architecture... 3 Network connectivity... 3 Document conversion... 3 Supported formats... 4 Managing the Attachment Service... 4 Installing

More information

WebSphere 4.0 General Introduction

WebSphere 4.0 General Introduction IBM WebSphere Application Server V4.0 WebSphere 4.0 General Introduction Page 8 of 401 Page 1 of 11 Agenda Market Themes J2EE and Open Standards Evolution of WebSphere Application Server WebSphere 4.0

More information

AWS Service Delivery Program Amazon EC2 for Microsoft Windows Consulting Partner Validation Checklist

AWS Service Delivery Program Amazon EC2 for Microsoft Windows Consulting Partner Validation Checklist AWS Service Delivery Program Amazon EC2 for Microsoft Windows May 2018 Version 1.0 AWS Service Delivery: v1.0 pg. 1 Table of Contents Introduction... 3 Expectations of Parties... 3 Program Participation

More information

Total Cost of Ownership: Benefits of the OpenText Cloud

Total Cost of Ownership: Benefits of the OpenText Cloud Total Cost of Ownership: Benefits of the OpenText Cloud OpenText Managed Services in the Cloud delivers on the promise of a digital-first world for businesses of all sizes. This paper examines how organizations

More information

Oil and Gas Firm Drills Down to Quickly

Oil and Gas Firm Drills Down to Quickly Oil and Gas Firm Drills Down to Quickly Resolve SQL Server Issues Page 1 of 5 THE CHALLENGE The challenge for this Fort Worth-based oil and gas firm s IT department was how to manage more servers, more

More information

Memorial Hermann Health System Eases Encryption with Zix

Memorial Hermann Health System Eases  Encryption with Zix / CASE STUDY Memorial Hermann Health System Eases Email Encryption with Zix Learn how Memorial Hermann uses ZixEncrypt to easily secure protected health information and other sensitive data Memorial Hermann

More information

BlackBerry Enterprise Server for IBM Lotus Domino Version: 5.0. Administration Guide

BlackBerry Enterprise Server for IBM Lotus Domino Version: 5.0. Administration Guide BlackBerry Enterprise Server for IBM Lotus Domino Version: 5.0 Administration Guide SWDT487521-636611-0528041049-001 Contents 1 Overview: BlackBerry Enterprise Server... 21 Getting started in your BlackBerry

More information

Release Notes Version 4.1 BlackBerry 7100g BlackBerry 7290 Wireless Handheld

Release Notes Version 4.1 BlackBerry 7100g BlackBerry 7290 Wireless Handheld f Release Notes Version 4.1 BlackBerry 7100g BlackBerry 7290 Wireless Handheld NOTE This document is provided for informational purposes only, and does not constitute a binding legal document unless specifically

More information

Sample Security Risk Analysis ASP Meaningful Use Core Set Measure 15

Sample Security Risk Analysis ASP Meaningful Use Core Set Measure 15 Sample Security Risk Analysis ASP Meaningful Use Core Set Measure 15 Risk Analysis with EHR Questions Example Answers/Help: Status What new electronic health information has been introduced into my practice

More information

Managing Performance in Liferay DXP: An Overview of Liferay Connected Services

Managing Performance in Liferay DXP: An Overview of Liferay Connected Services Managing Performance in Liferay DXP: An Overview of Liferay Connected Services Executive Summary Liferay Connected Services (LCS) is an online platform that helps our customers successfully manage their

More information

Enterprise Findability Without the Complexity

Enterprise Findability Without the Complexity Enterprise Findability Without the Complexity With the clutter of information inside enterprises today, effective findability 1 is fast becoming a necessity. Users are asking for it and executives are

More information

Safeguarding Cardholder Account Data

Safeguarding Cardholder Account Data Safeguarding Cardholder Account Data Attachmate Safeguarding Cardholder Account Data CONTENTS The Twelve PCI Requirements... 1 How Reflection Handles Your Host-Centric Security Issues... 2 The Reflection

More information

DeltaV Mobile. Introduction. Product Data Sheet September DeltaV Distributed Control System

DeltaV Mobile. Introduction. Product Data Sheet September DeltaV Distributed Control System DeltaV Distributed Control System Product Data Sheet September 2017 DeltaV Mobile Make faster and better decisions with secure, read-only access to your critical operational data, whenever and wherever

More information

Technical Overview. Access control lists define the users, groups, and roles that can access content as well as the operations that can be performed.

Technical Overview. Access control lists define the users, groups, and roles that can access content as well as the operations that can be performed. Technical Overview Technical Overview Standards based Architecture Scalable Secure Entirely Web Based Browser Independent Document Format independent LDAP integration Distributed Architecture Multiple

More information

IBM Internet Security Systems Proventia Management SiteProtector

IBM Internet Security Systems Proventia Management SiteProtector Supporting compliance and mitigating risk through centralized management of enterprise security devices IBM Internet Security Systems Proventia Management SiteProtector Highlights Reduces the costs and

More information